4 writes to propertySortValue
System.Windows.Forms (4)
winforms\Managed\System\WinForms\PropertyGrid.cs (4)
1098
this.
propertySortValue
= value;
3499
propertySortValue
= PropertySort.Alphabetical;
3502
propertySortValue
= PropertySort.Alphabetical | PropertySort.Categorized;
3505
propertySortValue
= PropertySort.NoSort;
4 references to propertySortValue
System.Windows.Forms (4)
winforms\Managed\System\WinForms\PropertyGrid.cs (4)
1074
return
propertySortValue
;
3915
string tabName = tab.TabName +
propertySortValue
.ToString();
4706
string tabName = viewTabs[selectedViewTab].TabName +
propertySortValue
.ToString();
4716
peMain = (GridEntry)GridEntry.Create(gridView, currentObjects, new PropertyGridServiceProvider(this), designerHost, this.SelectedTab,
propertySortValue
);