12 references to PropertyGridView
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
1603return new PropertyGridView(serviceProvider, this);
System.Windows.Forms.Tests (11)
System\Windows\Forms\AccessibleObjects\PropertyGridView.GridViewListBoxItemAccessibleObjectTests.cs (4)
26using GridViewListBox control = new(new PropertyGridView(null, null)); 35using GridViewListBox control = new(new PropertyGridView(null, null)); 50using GridViewListBox control = new(new PropertyGridView(null, null)); 64using GridViewListBox control = new(new PropertyGridView(null, null));
System\Windows\Forms\AccessibleObjects\PropertyGridView.PropertyGridViewAccessibleObjectTests.cs (2)
24using PropertyGridView propertyGridView = new(null, propertyGrid); 44using PropertyGridView propertyGridView = new(null, null);
System\Windows\Forms\PropertyGridInternal\AccessibleObjects\PropertyDescriptorGridEntry.PropertyDescriptorGridEntryAccessibleObjectTests.cs (3)
18using PropertyGridView propertyGridView = new(serviceProvider: null, propertyGrid); 92using PropertyGridView propertyGridView = new(serviceProvider: null, propertyGrid); 111using PropertyGridView propertyGridView = new(serviceProvider: null, propertyGrid);
System\Windows\Forms\PropertyGridInternal\PropertyGridView.DropDownHolderTests.cs (2)
16using PropertyGridView propertyGridView = new(null, null); 26using PropertyGridView propertyGridView = new(null, null);