4 writes to _propertySortValue
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (4)
900
_propertySortValue
= value;
3128
_propertySortValue
= PropertySort.Alphabetical;
3131
_propertySortValue
= PropertySort.Alphabetical | PropertySort.Categorized;
3134
_propertySortValue
= PropertySort.NoSort;
4 references to _propertySortValue
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (4)
876
get =>
_propertySortValue
;
3452
_viewTabProperties.Remove($"{selectedTab.TabName}{
_propertySortValue
}");
4198
string tabName = $"{_selectedTab?.Tab.TabName}{
_propertySortValue
}";
4215
_propertySortValue
);