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)
876
get =>
_propertySortValue
;
3445
_viewTabProperties.Remove($"{selectedTab.TabName}{
_propertySortValue
}");
4188
string tabName = $"{_selectedTab?.Tab.TabName}{
_propertySortValue
}";
4205
_propertySortValue
);