File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
RetailCoder.VBE/UI/CodeInspections Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 295
295
296
296
<CollectionViewSource x : Key =" ResultsByInspectionType" Source =" {Binding Results}" >
297
297
<CollectionViewSource .SortDescriptions>
298
+ <componentModel : SortDescription PropertyName =" Inspection.InspectionType" />
298
299
<componentModel : SortDescription PropertyName =" Inspection.Name" />
300
+ <componentModel : SortDescription PropertyName =" QualifiedSelection.QualifiedName.Name" />
301
+ <componentModel : SortDescription PropertyName =" QualifiedSelection.Selection.StartLine" />
302
+ <componentModel : SortDescription PropertyName =" QualifiedSelection.Selection.StartColumn" />
299
303
</CollectionViewSource .SortDescriptions>
300
304
<CollectionViewSource .GroupDescriptions>
301
305
<PropertyGroupDescription PropertyName =" Inspection" Converter =" {StaticResource InspectionTypeConverter}" />
305
309
<CollectionViewSource x : Key =" ResultsByModule" Source =" {Binding Results}" >
306
310
<CollectionViewSource .SortDescriptions>
307
311
<componentModel : SortDescription PropertyName =" QualifiedSelection.QualifiedName.Name" />
312
+ <componentModel : SortDescription PropertyName =" Inspection.Name" />
313
+ <componentModel : SortDescription PropertyName =" QualifiedSelection.Selection.StartLine" />
314
+ <componentModel : SortDescription PropertyName =" QualifiedSelection.Selection.StartColumn" />
308
315
</CollectionViewSource .SortDescriptions>
309
316
<CollectionViewSource .GroupDescriptions>
310
317
<PropertyGroupDescription PropertyName =" QualifiedSelection.QualifiedName" />
You can’t perform that action at this time.
0 commit comments