6 writes to _selectedTab
System.Windows.Forms (6)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (6)
3538
_selectedTab
= _tabs.FirstOrDefault();
3547
_selectedTab
= null;
3572
_selectedTab
= _tabs[PropertiesTabIndex];
3589
_selectedTab
= null;
3739
_selectedTab
= info;
3757
_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
)
3392
if (clearCached &&
_selectedTab
is not null)
3394
PropertyTab selectedTab =
_selectedTab
.Tab;
3533
ToolStripButton? selectedButton =
_selectedTab
?.Button;
3570
if (
_selectedTab
== _tabs[tabIndex])
3581
ToolStripButton? selectedButton =
_selectedTab
?.Button;
3667
_designerSelections[_designerHost.GetHashCode()] = _tabs.IndexOf(
_selectedTab
!);
3719
if (button ==
_selectedTab
?.Button)
3728
if (
_selectedTab
is not null)
3730
_selectedTab
.Button.Checked = false;
3731
oldTab =
_selectedTab
.Tab;
3997
if (!value &&
_selectedTab
== info)
4146
string tabName = $"{
_selectedTab
?.Tab.TabName}{_propertySortValue}";