20 references to new
System.Windows.Forms.Design (11)
System\ComponentModel\Design\ArrayEditor.cs (1)
15
public ArrayEditor(Type type) :
base
(type)
System\Windows\Forms\Design\ColumnHeaderCollectionEditor.cs (1)
15
:
base
(type)
System\Windows\Forms\Design\ImageCollectionEditor.cs (1)
23
:
base
(type)
System\Windows\Forms\Design\ListViewGroupCollectionEditor.cs (1)
19
public ListViewGroupCollectionEditor(Type type) :
base
(type)
System\Windows\Forms\Design\ListViewItemCollectionEditor.cs (1)
19
public ListViewItemCollectionEditor(Type type) :
base
(type)
System\Windows\Forms\Design\ListViewSubItemCollectionEditor.cs (1)
23
public ListViewSubItemCollectionEditor(Type type) :
base
(type)
System\Windows\Forms\Design\StringCollectionEditor.cs (1)
16
:
base
(type)
System\Windows\Forms\Design\StyleCollectionEditor.cs (1)
18
public StyleCollectionEditor(Type type) :
base
(type)
System\Windows\Forms\Design\TabPageCollectionEditor.cs (1)
15
:
base
(typeof(TabControl.TabPageCollection))
System\Windows\Forms\Design\ToolStripCollectionEditor.cs (1)
11
public ToolStripCollectionEditor() :
base
(typeof(ToolStripItemCollection))
System\Windows\Forms\Design\TreeNodeCollectionEditor.cs (1)
15
public TreeNodeCollectionEditor(Type type) :
base
(type)
System.Windows.Forms.Design.Tests (9)
System\ComponentModel\Design\CollectionEditorTests.cs (3)
715
CollectionEditor editor =
new
(typeof(string));
723
CollectionEditor editor =
new
(typeof(string));
963
public SubCollectionEditor(Type type) :
base
(type)
System\ComponentModel\Design\CollectionFormTests.cs (6)
14
public CollectionFormTests() :
base
(typeof(List<int>))
21
CollectionEditor editor =
new
(typeof(List<int>));
42
CollectionEditor editor =
new
(typeof(int[]));
67
CollectionEditor editor =
new
(typeof(int[]));
828
public SubCollectionEditor(Type type) :
base
(type)
837
public CustomSetItemsCollectionEditor(Type type) :
base
(type)