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