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)
1062
Type? tabType =
_selectedTab
?.TabType;
1176
Debug.Assert(
_selectedTab
is not null, "Invalid tab selection!");
1177
return
_selectedTab
?.Tab!;
2089
if (!canExtend && tab ==
_selectedTab
)
3440
if (clearCached &&
_selectedTab
is not null)
3442
PropertyTab selectedTab =
_selectedTab
.Tab;
3581
ToolStripButton? selectedButton =
_selectedTab
?.Button;
3618
if (
_selectedTab
== _tabs[tabIndex])
3629
ToolStripButton? selectedButton =
_selectedTab
?.Button;
3715
_designerSelections[_designerHost.GetHashCode()] = _tabs.IndexOf(
_selectedTab
!);
3762
if (button ==
_selectedTab
?.Button)
3771
if (
_selectedTab
is not null)
3773
_selectedTab
.Button.Checked = false;
3774
oldTab =
_selectedTab
.Tab;
4039
if (!value &&
_selectedTab
== info)
4188
string tabName = $"{
_selectedTab
?.Tab.TabName}{_propertySortValue}";