Skip to content

Commit 9b92e8c

Browse files
committed
ref. #1134
1 parent 55cc4cf commit 9b92e8c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

RetailCoder.VBE/UI/CodeInspections/InspectionResultsControl.xaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,11 @@
295295

296296
<CollectionViewSource x:Key="ResultsByInspectionType" Source="{Binding Results}">
297297
<CollectionViewSource.SortDescriptions>
298+
<componentModel:SortDescription PropertyName="Inspection.InspectionType"/>
298299
<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"/>
299303
</CollectionViewSource.SortDescriptions>
300304
<CollectionViewSource.GroupDescriptions>
301305
<PropertyGroupDescription PropertyName="Inspection" Converter="{StaticResource InspectionTypeConverter}" />
@@ -305,6 +309,9 @@
305309
<CollectionViewSource x:Key="ResultsByModule" Source="{Binding Results}">
306310
<CollectionViewSource.SortDescriptions>
307311
<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"/>
308315
</CollectionViewSource.SortDescriptions>
309316
<CollectionViewSource.GroupDescriptions>
310317
<PropertyGroupDescription PropertyName="QualifiedSelection.QualifiedName" />

0 commit comments

Comments
 (0)