4 overrides of CreateInstance
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\ImageCollectionEditor.cs (1)
63
protected override object
CreateInstance
(Type type)
System\Windows\Forms\Design\ListViewGroupCollectionEditor.cs (1)
25
protected override object
CreateInstance
(Type itemType)
System\Windows\Forms\Design\ListViewSubItemCollectionEditor.cs (1)
27
protected override object
CreateInstance
(Type type)
System\Windows\Forms\Design\TabPageCollectionEditor.cs (1)
34
protected override object
CreateInstance
(Type itemType)
5 references to CreateInstance
System.Windows.Forms.Design (4)
System\ComponentModel\Design\CollectionEditor.CollectionForm.cs (1)
139
protected object CreateInstance(Type itemType) => _editor.
CreateInstance
(itemType);
System\Windows\Forms\Design\ListViewGroupCollectionEditor.cs (1)
27
ListViewGroup group = (ListViewGroup)base.
CreateInstance
(itemType);
System\Windows\Forms\Design\ListViewSubItemCollectionEditor.cs (1)
29
object instance = base.
CreateInstance
(type);
System\Windows\Forms\Design\TabPageCollectionEditor.cs (1)
36
object instance = base.
CreateInstance
(itemType);
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\CollectionEditorTests.cs (1)
1044
public new object CreateInstance(Type itemType) => base.
CreateInstance
(itemType);