1 write to _ownerPropertyGrid
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.PropertyTabCollection.cs (1)
18
_ownerPropertyGrid
= ownerPropertyGrid.OrThrowIfNull();
18 references to _ownerPropertyGrid
System.Windows.Forms (18)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.PropertyTabCollection.cs (18)
28
if (
_ownerPropertyGrid
is null)
33
return
_ownerPropertyGrid
._tabs.Count;
48
if (
_ownerPropertyGrid
is null)
53
return
_ownerPropertyGrid
._tabs[index].Tab;
59
if (
_ownerPropertyGrid
is null)
64
_ownerPropertyGrid
.AddTab(propertyTabType, PropertyTabScope.Global);
69
if (
_ownerPropertyGrid
is null)
74
_ownerPropertyGrid
.AddTab(propertyTabType, tabScope);
83
if (
_ownerPropertyGrid
is null)
88
_ownerPropertyGrid
.ClearTabs(tabScope);
93
if (
_ownerPropertyGrid
is null)
98
if (
_ownerPropertyGrid
._tabs.Count > 0)
101
_ownerPropertyGrid
._tabs.Select(i => i.Tab).ToArray(),
105
_ownerPropertyGrid
._tabs.Count);
114
if (
_ownerPropertyGrid
is null)
119
return
_ownerPropertyGrid
._tabs.Select(i => i.Tab).GetEnumerator();
124
if (
_ownerPropertyGrid
is null)
129
_ownerPropertyGrid
.RemoveTab(propertyTabType);