1 write to viewTabProps
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
4733viewTabProps = new Hashtable();
9 references to viewTabProps
System.Windows.Forms (9)
winforms\Managed\System\WinForms\PropertyGrid.cs (9)
1953if (viewTabProps != null) { 1954viewTabProps.Clear(); 3914if (tab != null && viewTabProps != null) { 3916viewTabProps.Remove(tabName); 4708if (viewTabProps != null && viewTabProps.ContainsKey(tabName)) { 4709peMain = (GridEntry)viewTabProps[tabName]; 4732if (viewTabProps == null) { 4736viewTabProps[tabName] = peMain;