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