1 type derived from PropertyTabCollection
System.Windows.Forms.Tests (1)
System\Windows\Forms\PropertyGrid.PropertyTabCollectionTests.cs (1)
159public class TestPropertyTabCollection : PropertyGrid.PropertyTabCollection
2 instantiations of PropertyTabCollection
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
877public PropertyTabCollection PropertyTabs => new(this);
System.Windows.Forms.Tests (1)
System\Windows\Forms\PropertyGrid.PropertyTabCollectionTests.cs (1)
21_propertyTabCollection = new PropertyGrid.PropertyTabCollection(_propertyGrid);
5 references to PropertyTabCollection
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
877public PropertyTabCollection PropertyTabs => new(this);
System.Windows.Forms.Tests (1)
System\Windows\Forms\PropertyGrid.PropertyTabCollectionTests.cs (1)
16private readonly PropertyGrid.PropertyTabCollection _propertyTabCollection;
System.Windows.Forms.UI.IntegrationTests (3)
PropertyGridTests.cs (3)
463PropertyTabCollection propertyTabCollection = _propertyGrid.PropertyTabs; 471PropertyTabCollection initialTabs = _propertyGrid.PropertyTabs; 475PropertyTabCollection refreshedTabs = _propertyGrid.PropertyTabs;