6 writes to _selectedTab
System.Windows.Forms (6)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (6)
3586_selectedTab = _tabs.FirstOrDefault(); 3595_selectedTab = null; 3620_selectedTab = _tabs[PropertiesTabIndex]; 3637_selectedTab = null; 3782_selectedTab = info; 3800_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!; 2089if (!canExtend && tab == _selectedTab) 3440if (clearCached && _selectedTab is not null) 3442PropertyTab selectedTab = _selectedTab.Tab; 3581ToolStripButton? selectedButton = _selectedTab?.Button; 3618if (_selectedTab == _tabs[tabIndex]) 3629ToolStripButton? selectedButton = _selectedTab?.Button; 3715_designerSelections[_designerHost.GetHashCode()] = _tabs.IndexOf(_selectedTab!); 3762if (button == _selectedTab?.Button) 3771if (_selectedTab is not null) 3773_selectedTab.Button.Checked = false; 3774oldTab = _selectedTab.Tab; 4039if (!value && _selectedTab == info) 4188string tabName = $"{_selectedTab?.Tab.TabName}{_propertySortValue}";