6 writes to _selectedTab
System.Windows.Forms (6)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (6)
3541
_selectedTab
= _tabs.FirstOrDefault();
3550
_selectedTab
= null;
3575
_selectedTab
= _tabs[PropertiesTabIndex];
3592
_selectedTab
= null;
3737
_selectedTab
= info;
3755
_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!;
2044
if (!canExtend && tab ==
_selectedTab
)
3395
if (clearCached &&
_selectedTab
is not null)
3397
PropertyTab selectedTab =
_selectedTab
.Tab;
3536
ToolStripButton? selectedButton =
_selectedTab
?.Button;
3573
if (
_selectedTab
== _tabs[tabIndex])
3584
ToolStripButton? selectedButton =
_selectedTab
?.Button;
3670
_designerSelections[_designerHost.GetHashCode()] = _tabs.IndexOf(
_selectedTab
!);
3717
if (button ==
_selectedTab
?.Button)
3726
if (
_selectedTab
is not null)
3728
_selectedTab
.Button.Checked = false;
3729
oldTab =
_selectedTab
.Tab;
3994
if (!value &&
_selectedTab
== info)
4143
string tabName = $"{
_selectedTab
?.Tab.TabName}{_propertySortValue}";