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