2 references to AlphabeticalSort
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (2)
2272
key.SetValue(RegistryStateNames.
AlphabeticalSort
, PropertySort == PropertySort.Alphabetical ? "1" : "0");
2290
object value = key.GetValue(RegistryStateNames.
AlphabeticalSort
, "0");