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