8 writes to PropertySort
System.Web.Mobile (2)
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
169
this._pgProperties.
PropertySort
= System.Windows.Forms.PropertySort.Alphabetical;
UI\MobileControls\Design\StylesEditorDialog.cs (1)
298
_propertyBrowser.
PropertySort
= PropertySort.Alphabetical;
System.Windows.Forms (4)
winforms\Managed\System\WinForms\PropertyGrid.cs (4)
274
this.
PropertySort
= PropertySort.Categorized | PropertySort.Alphabetical;
2685
this.
PropertySort
= PropertySort.Alphabetical;
2688
this.
PropertySort
= PropertySort.Categorized | PropertySort.Alphabetical;
2725
this.
PropertySort
= PropertySort.Categorized | PropertySort.Alphabetical;
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
364
this.propertiesGrid.
PropertySort
= PropertySort.Categorized;
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
252
this.genericParametersPropertyGrid.
PropertySort
= System.Windows.Forms.PropertySort.Categorized;
2 references to PropertySort
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGrid.cs (2)
1475
return (
PropertySort
& PropertySort.Categorized) != 0;
4227
optRoot.SetValue("PbrsAlpha", (this.
PropertySort
== PropertySort.Alphabetical ? "1" : "0"));