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