6 references to AddTab
System.Windows.Forms (6)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (4)
207AddTab(DefaultTabType, PropertyTabScope.Static); 2434AddTab(tabAttribute.TabClasses[i], PropertyTabScope.Document, e.Component, setupToolbar: true); 3436AddTab(tabType, PropertyTabScope.Component, @object, setupToolbar: false); 3453AddTab(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);