6 writes to _selectedTab
System.Windows.Forms (6)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (6)
3542_selectedTab = _tabs.FirstOrDefault(); 3551_selectedTab = null; 3576_selectedTab = _tabs[PropertiesTabIndex]; 3593_selectedTab = null; 3743_selectedTab = info; 3761_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!; 2048if (!canExtend && tab == _selectedTab) 3396if (clearCached && _selectedTab is not null) 3398PropertyTab selectedTab = _selectedTab.Tab; 3537ToolStripButton? selectedButton = _selectedTab?.Button; 3574if (_selectedTab == _tabs[tabIndex]) 3585ToolStripButton? selectedButton = _selectedTab?.Button; 3671_designerSelections[_designerHost.GetHashCode()] = _tabs.IndexOf(_selectedTab!); 3723if (button == _selectedTab?.Button) 3732if (_selectedTab is not null) 3734_selectedTab.Button.Checked = false; 3735oldTab = _selectedTab.Tab; 4001if (!value && _selectedTab == info) 4150string tabName = $"{_selectedTab?.Tab.TabName}{_propertySortValue}";