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