3 writes to PropertySort
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (3)
240
PropertySort
= PropertySort.Categorized | PropertySort.Alphabetical;
2330
PropertySort
= PropertySort.Categorized | PropertySort.Alphabetical;
2338
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)
1213
internal bool SortedByCategories => (
PropertySort
& PropertySort.Categorized) != 0;
2318
key.SetValue(RegistryStateNames.AlphabeticalSort,
PropertySort
== PropertySort.Alphabetical ? "1" : "0");