4 writes to _propertySortValue
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (4)
855
_propertySortValue
= value;
3077
_propertySortValue
= PropertySort.Alphabetical;
3080
_propertySortValue
= PropertySort.Alphabetical | PropertySort.Categorized;
3083
_propertySortValue
= PropertySort.NoSort;
4 references to _propertySortValue
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (4)
831
get =>
_propertySortValue
;
3401
_viewTabProperties.Remove($"{selectedTab.TabName}{
_propertySortValue
}");
4150
string tabName = $"{_selectedTab?.Tab.TabName}{
_propertySortValue
}";
4167
_propertySortValue
);