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