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