1 type derived from PropertyTabCollection
System.Windows.Forms.Tests (1)
System\Windows\Forms\PropertyGrid.PropertyTabCollectionTests.cs (1)
56public class TestPropertyTabCollection : PropertyGrid.PropertyTabCollection
1 instantiation of PropertyTabCollection
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
878public PropertyTabCollection PropertyTabs => new(this);
4 references to PropertyTabCollection
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
878public PropertyTabCollection PropertyTabs => new(this);
System.Windows.Forms.UI.IntegrationTests (3)
PropertyGridTests.cs (3)
463PropertyTabCollection propertyTabCollection = _propertyGrid.PropertyTabs; 471PropertyTabCollection initialTabs = _propertyGrid.PropertyTabs; 475PropertyTabCollection refreshedTabs = _propertyGrid.PropertyTabs;