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