13 references to Categorized
System.Windows.Forms (11)
winforms\Managed\System\WinForms\PropertyGrid.cs (6)
274this.PropertySort = PropertySort.Categorized | PropertySort.Alphabetical; 1083if ((value & PropertySort.Categorized) != 0) { 1475return (PropertySort & PropertySort.Categorized) != 0; 2688this.PropertySort = PropertySort.Categorized | PropertySort.Alphabetical; 2725this.PropertySort = PropertySort.Categorized | PropertySort.Alphabetical; 3502propertySortValue = PropertySort.Alphabetical | PropertySort.Categorized;
winforms\Managed\System\WinForms\PropertyGridInternal\SingleSelectRootGridEntry.cs (4)
281if (((this.PropertySort &= PropertySort.Categorized) !=0) != fCategories) { 284this.PropertySort |= PropertySort.Categorized; 287this.PropertySort &= ~PropertySort.Categorized; 304if ((this.PropertySort & PropertySort.Categorized) != 0) {
winforms\Managed\System\WinForms\PropertySort.cs (1)
49CategorizedAlphabetical = Alphabetical | Categorized,
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;