2 references to CreateInstance
System.Windows.Forms.Design (1)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (1)
297
object instance =
CreateInstance
(type);
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\CollectionFormTests.cs (1)
869
public new object CreateInstance(Type itemType) => base.
CreateInstance
(itemType);