4 writes to _propertySortValue
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (4)
853
_propertySortValue
= value;
3075
_propertySortValue
= PropertySort.Alphabetical;
3078
_propertySortValue
= PropertySort.Alphabetical | PropertySort.Categorized;
3081
_propertySortValue
= PropertySort.NoSort;
4 references to _propertySortValue
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (4)
829
get =>
_propertySortValue
;
3399
_viewTabProperties.Remove($"{selectedTab.TabName}{
_propertySortValue
}");
4148
string tabName = $"{_selectedTab?.Tab.TabName}{
_propertySortValue
}";
4165
_propertySortValue
);