11 references to Alphabetical
System.Windows.Forms (11)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (8)
240PropertySort = PropertySort.Categorized | PropertySort.Alphabetical; 887else if ((value & PropertySort.Alphabetical) != 0) 2318key.SetValue(RegistryStateNames.AlphabeticalSort, PropertySort == PropertySort.Alphabetical ? "1" : "0"); 2330PropertySort = PropertySort.Categorized | PropertySort.Alphabetical; 2339? PropertySort.Alphabetical 2340: PropertySort.Categorized | PropertySort.Alphabetical; 3121_propertySortValue = PropertySort.Alphabetical; 3124_propertySortValue = PropertySort.Alphabetical | PropertySort.Categorized;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
1308if ((_propertySort & PropertySort.Alphabetical) != 0)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MultiSelectRootGridEntry.PropertyMerger.cs (1)
28if ((sort & PropertySort.Alphabetical) != 0)
System\Windows\Forms\Controls\PropertyGrid\PropertySort.cs (1)
33CategorizedAlphabetical = Alphabetical | Categorized,