3 writes to PropertySort
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (3)
236PropertySort = PropertySort.Categorized | PropertySort.Alphabetical; 2282PropertySort = PropertySort.Categorized | PropertySort.Alphabetical; 2290PropertySort = value is not null && value.ToString()!.Equals("1")
2 references to PropertySort
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (2)
1168internal bool SortedByCategories => (PropertySort & PropertySort.Categorized) != 0; 2270key.SetValue(RegistryStateNames.AlphabeticalSort, PropertySort == PropertySort.Alphabetical ? "1" : "0");