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