13 references to Sort
System (1)
compmod\system\componentmodel\TypeConverter.cs (1)
433props.Sort(names);
System.Drawing (5)
commonui\System\Drawing\Advanced\SizeFConverter.cs (1)
171return props.Sort(new string[] {"Width", "Height"});
commonui\System\Drawing\FontConverter.cs (1)
437return props.Sort(new string[] {"Name", "Size", "Unit", "Weight"});
commonui\System\Drawing\PointConverter.cs (1)
189return props.Sort(new string[] {"X", "Y"});
commonui\System\Drawing\RectangleConverter.cs (1)
195return props.Sort(new string[] {"X", "Y", "Width", "Height"});
commonui\System\Drawing\SizeConverter.cs (1)
187return props.Sort(new string[] {"Width", "Height"});
System.Web.Mobile (1)
UI\MobileControls\Design\MobileControlPersister.cs (1)
518properties = properties.Sort(new String[] {"Filter"});
System.Windows.Forms (5)
winforms\Managed\System\WinForms\LinkArea.cs (1)
240return props.Sort(new string[] {"Start", "Length"});
winforms\Managed\System\WinForms\Padding.cs (1)
414return props.Sort(new string[] {"All", "Left", "Top", "Right", "Bottom"});
winforms\Managed\System\WinForms\ScrollableControl.cs (1)
1764return props.Sort(new string[] {"All", "Left", "Top", "Right", "Bottom"});
winforms\Managed\System\WinForms\SelectionRangeConverter.cs (1)
178return props.Sort(new string[] {"Start", "End"});
winforms\Managed\System\WinForms\TableLayoutPanelCellPosition.cs (1)
166return props.Sort(new string[] {"Column","Row"});
System.Workflow.Activities (1)
Rules\Design\LogicalExpressionTypeConverter.cs (1)
55return newProps.Sort(new string[] { "ConditionName", "Expression" });