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