6 writes to _selectedTab
System.Windows.Forms (6)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (6)
3540_selectedTab = _tabs.FirstOrDefault(); 3549_selectedTab = null; 3574_selectedTab = _tabs[PropertiesTabIndex]; 3591_selectedTab = null; 3741_selectedTab = info; 3759_selectedTab = _tabs[PropertiesTabIndex];
16 references to _selectedTab
System.Windows.Forms (16)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (16)
1015Type? tabType = _selectedTab?.TabType; 1129Debug.Assert(_selectedTab is not null, "Invalid tab selection!"); 1130return _selectedTab?.Tab!; 2046if (!canExtend && tab == _selectedTab) 3394if (clearCached && _selectedTab is not null) 3396PropertyTab selectedTab = _selectedTab.Tab; 3535ToolStripButton? selectedButton = _selectedTab?.Button; 3572if (_selectedTab == _tabs[tabIndex]) 3583ToolStripButton? selectedButton = _selectedTab?.Button; 3669_designerSelections[_designerHost.GetHashCode()] = _tabs.IndexOf(_selectedTab!); 3721if (button == _selectedTab?.Button) 3730if (_selectedTab is not null) 3732_selectedTab.Button.Checked = false; 3733oldTab = _selectedTab.Tab; 3999if (!value && _selectedTab == info) 4148string tabName = $"{_selectedTab?.Tab.TabName}{_propertySortValue}";