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