19 references to new
System.Windows.Forms.Design (10)
System\ComponentModel\Design\ArrayEditor.cs (1)
17public 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)
19public ListViewGroupCollectionEditor(Type type) : base(type)
System\Windows\Forms\Design\ListViewItemCollectionEditor.cs (1)
19public ListViewItemCollectionEditor(Type type) : base(type)
System\Windows\Forms\Design\ListViewSubItemCollectionEditor.cs (1)
23public ListViewSubItemCollectionEditor(Type type) : base(type)
System\Windows\Forms\Design\StringCollectionEditor.cs (1)
16: base(type)
System\Windows\Forms\Design\StyleCollectionEditor.cs (1)
18public StyleCollectionEditor(Type type) : base(type)
System\Windows\Forms\Design\TabPageCollectionEditor.cs (1)
15: base(typeof(TabControl.TabPageCollection))
System\Windows\Forms\Design\TreeNodeCollectionEditor.cs (1)
15public TreeNodeCollectionEditor(Type type) : base(type)
System.Windows.Forms.Design.Tests (9)
System\ComponentModel\Design\CollectionEditorTests.cs (3)
761CollectionEditor editor = new(null); 769CollectionEditor editor = new(null); 1020public SubCollectionEditor(Type type) : base(type)
System\ComponentModel\Design\CollectionFormTests.cs (6)
12public CollectionFormTests() : base(typeof(List<int>)) 19CollectionEditor editor = new(typeof(List<int>)); 40CollectionEditor editor = new(typeof(int[])); 65CollectionEditor editor = new(typeof(int[])); 827public SubCollectionEditor(Type type) : base(type) 836public CustomSetItemsCollectionEditor(Type type) : base(type)