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)
1062
Type? tabType =
_selectedTab
?.TabType;
1176
Debug.Assert(
_selectedTab
is not null, "Invalid tab selection!");
1177
return
_selectedTab
?.Tab!;
2096
if (!canExtend && tab ==
_selectedTab
)
3447
if (clearCached &&
_selectedTab
is not null)
3449
PropertyTab selectedTab =
_selectedTab
.Tab;
3588
ToolStripButton? selectedButton =
_selectedTab
?.Button;
3625
if (
_selectedTab
== _tabs[tabIndex])
3636
ToolStripButton? selectedButton =
_selectedTab
?.Button;
3722
_designerSelections[_designerHost.GetHashCode()] = _tabs.IndexOf(
_selectedTab
!);
3769
if (button ==
_selectedTab
?.Button)
3778
if (
_selectedTab
is not null)
3780
_selectedTab
.Button.Checked = false;
3781
oldTab =
_selectedTab
.Tab;
4049
if (!value &&
_selectedTab
== info)
4198
string tabName = $"{
_selectedTab
?.Tab.TabName}{_propertySortValue}";