6 writes to _selectedTab
System.Windows.Forms (6)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (6)
3538_selectedTab = _tabs.FirstOrDefault(); 3547_selectedTab = null; 3572_selectedTab = _tabs[PropertiesTabIndex]; 3589_selectedTab = null; 3739_selectedTab = info; 3757_selectedTab = _tabs[PropertiesTabIndex];
16 references to _selectedTab
System.Windows.Forms (16)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (16)
1017Type? tabType = _selectedTab?.TabType; 1131Debug.Assert(_selectedTab is not null, "Invalid tab selection!"); 1132return _selectedTab?.Tab!; 2044if (!canExtend && tab == _selectedTab) 3392if (clearCached && _selectedTab is not null) 3394PropertyTab selectedTab = _selectedTab.Tab; 3533ToolStripButton? selectedButton = _selectedTab?.Button; 3570if (_selectedTab == _tabs[tabIndex]) 3581ToolStripButton? selectedButton = _selectedTab?.Button; 3667_designerSelections[_designerHost.GetHashCode()] = _tabs.IndexOf(_selectedTab!); 3719if (button == _selectedTab?.Button) 3728if (_selectedTab is not null) 3730_selectedTab.Button.Checked = false; 3731oldTab = _selectedTab.Tab; 3997if (!value && _selectedTab == info) 4146string tabName = $"{_selectedTab?.Tab.TabName}{_propertySortValue}";