6 writes to _selectedTab
System.Windows.Forms (6)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (6)
3593_selectedTab = _tabs.FirstOrDefault(); 3602_selectedTab = null; 3627_selectedTab = _tabs[PropertiesTabIndex]; 3644_selectedTab = null; 3789_selectedTab = info; 3807_selectedTab = _tabs[PropertiesTabIndex];
16 references to _selectedTab
System.Windows.Forms (16)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (16)
1062Type? tabType = _selectedTab?.TabType; 1176Debug.Assert(_selectedTab is not null, "Invalid tab selection!"); 1177return _selectedTab?.Tab!; 2096if (!canExtend && tab == _selectedTab) 3447if (clearCached && _selectedTab is not null) 3449PropertyTab selectedTab = _selectedTab.Tab; 3588ToolStripButton? selectedButton = _selectedTab?.Button; 3625if (_selectedTab == _tabs[tabIndex]) 3636ToolStripButton? selectedButton = _selectedTab?.Button; 3722_designerSelections[_designerHost.GetHashCode()] = _tabs.IndexOf(_selectedTab!); 3769if (button == _selectedTab?.Button) 3778if (_selectedTab is not null) 3780_selectedTab.Button.Checked = false; 3781oldTab = _selectedTab.Tab; 4049if (!value && _selectedTab == info) 4198string tabName = $"{_selectedTab?.Tab.TabName}{_propertySortValue}";