3 references to new
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
877
public PropertyTabCollection PropertyTabs =>
new
(this);
System.Windows.Forms.Tests (2)
System\Windows\Forms\PropertyGrid.PropertyTabCollectionTests.cs (2)
21
_propertyTabCollection = new PropertyGrid.
PropertyTabCollection
(_propertyGrid);
161
public TestPropertyTabCollection(PropertyGrid ownerPropertyGrid) :
base
(ownerPropertyGrid)