3 references to Sort
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
1577
props = props.
Sort
(GridEntry.DisplayNameComparer);
winforms\Managed\System\WinForms\PropertyGridInternal\MultiSelectRootGridEntry.cs (1)
149
pdc = pdc.
Sort
(PropertyComparer);
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Themes.cs (1)
3215
return srcProperties.
Sort
(new PropertyDescriptorSorter());