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)
28if (_ownerPropertyGrid is null) 33return _ownerPropertyGrid._tabs.Count; 48if (_ownerPropertyGrid is null) 53return _ownerPropertyGrid._tabs[index].Tab; 59if (_ownerPropertyGrid is null) 64_ownerPropertyGrid.AddTab(propertyTabType, PropertyTabScope.Global); 69if (_ownerPropertyGrid is null) 74_ownerPropertyGrid.AddTab(propertyTabType, tabScope); 83if (_ownerPropertyGrid is null) 88_ownerPropertyGrid.ClearTabs(tabScope); 93if (_ownerPropertyGrid is null) 98if (_ownerPropertyGrid._tabs.Count > 0) 101_ownerPropertyGrid._tabs.Select(i => i.Tab).ToArray(), 105_ownerPropertyGrid._tabs.Count); 114if (_ownerPropertyGrid is null) 119return _ownerPropertyGrid._tabs.Select(i => i.Tab).GetEnumerator(); 124if (_ownerPropertyGrid is null) 129_ownerPropertyGrid.RemoveTab(propertyTabType);