6 references to AddTab
System.Windows.Forms (6)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (4)
209AddTab(DefaultTabType, PropertyTabScope.Static); 2436AddTab(tabAttribute.TabClasses[i], PropertyTabScope.Document, e.Component, setupToolbar: true); 3438AddTab(tabType, PropertyTabScope.Component, @object, setupToolbar: false); 3455AddTab(tabAttribute.TabClasses[i], PropertyTabScope.Document, component, setupToolbar: false);
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.PropertyTabCollection.cs (2)
64_ownerPropertyGrid.AddTab(propertyTabType, PropertyTabScope.Global); 74_ownerPropertyGrid.AddTab(propertyTabType, tabScope);