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)
1015
Type? tabType =
_selectedTab
?.TabType;
1129
Debug.Assert(
_selectedTab
is not null, "Invalid tab selection!");
1130
return
_selectedTab
?.Tab!;
2046
if (!canExtend && tab ==
_selectedTab
)
3394
if (clearCached &&
_selectedTab
is not null)
3396
PropertyTab selectedTab =
_selectedTab
.Tab;
3535
ToolStripButton? selectedButton =
_selectedTab
?.Button;
3572
if (
_selectedTab
== _tabs[tabIndex])
3583
ToolStripButton? selectedButton =
_selectedTab
?.Button;
3669
_designerSelections[_designerHost.GetHashCode()] = _tabs.IndexOf(
_selectedTab
!);
3721
if (button ==
_selectedTab
?.Button)
3730
if (
_selectedTab
is not null)
3732
_selectedTab
.Button.Checked = false;
3733
oldTab =
_selectedTab
.Tab;
3999
if (!value &&
_selectedTab
== info)
4148
string tabName = $"{
_selectedTab
?.Tab.TabName}{_propertySortValue}";