4 writes to _propertySortValue
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (4)
900_propertySortValue = value; 3121_propertySortValue = PropertySort.Alphabetical; 3124_propertySortValue = PropertySort.Alphabetical | PropertySort.Categorized; 3127_propertySortValue = PropertySort.NoSort;
4 references to _propertySortValue
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (4)
876get => _propertySortValue; 3445_viewTabProperties.Remove($"{selectedTab.TabName}{_propertySortValue}"); 4188string tabName = $"{_selectedTab?.Tab.TabName}{_propertySortValue}"; 4205_propertySortValue);