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