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)
1017
Type? tabType =
_selectedTab
?.TabType;
1131
Debug.Assert(
_selectedTab
is not null, "Invalid tab selection!");
1132
return
_selectedTab
?.Tab!;
2048
if (!canExtend && tab ==
_selectedTab
)
3396
if (clearCached &&
_selectedTab
is not null)
3398
PropertyTab selectedTab =
_selectedTab
.Tab;
3537
ToolStripButton? selectedButton =
_selectedTab
?.Button;
3574
if (
_selectedTab
== _tabs[tabIndex])
3585
ToolStripButton? selectedButton =
_selectedTab
?.Button;
3671
_designerSelections[_designerHost.GetHashCode()] = _tabs.IndexOf(
_selectedTab
!);
3723
if (button ==
_selectedTab
?.Button)
3732
if (
_selectedTab
is not null)
3734
_selectedTab
.Button.Checked = false;
3735
oldTab =
_selectedTab
.Tab;
4001
if (!value &&
_selectedTab
== info)
4150
string tabName = $"{
_selectedTab
?.Tab.TabName}{_propertySortValue}";