12 references to new
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
314
_listBox =
new
(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\PropertyGridInternal\AccessibleObjects\PropertyGridView.GridViewListBoxAccessibleObjectTests.cs (2)
19
using GridViewListBox gridViewListBox =
new
(propertyGridView);
50
using GridViewListBox gridViewListBox =
new
(propertyGridView);
System\Windows\Forms\PropertyGridInternal\PropertyGridView.DropDownHolderTests.cs (3)
50
using GridViewListBox listBox =
new
(propertyGridView);
76
using GridViewListBox listBox =
new
(propertyGridView);
96
using GridViewListBox listBox =
new
(propertyGridView);
System\Windows\Forms\PropertyGridInternal\PropertyGridView.GridViewListBoxTests.cs (2)
24
using PropertyGridView.GridViewListBox gridViewListBox =
new
(propertyGridView);
34
using PropertyGridView.GridViewListBox owningGridViewListBox =
new
(null);