4 writes to _propertySortValue
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (4)
855_propertySortValue = value; 3073_propertySortValue = PropertySort.Alphabetical; 3076_propertySortValue = PropertySort.Alphabetical | PropertySort.Categorized; 3079_propertySortValue = PropertySort.NoSort;
4 references to _propertySortValue
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (4)
831get => _propertySortValue; 3397_viewTabProperties.Remove($"{selectedTab.TabName}{_propertySortValue}"); 4146string tabName = $"{_selectedTab?.Tab.TabName}{_propertySortValue}"; 4163_propertySortValue);