3 references to CreateInstance
System.Windows.Forms.Design (2)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (1)
297object instance = CreateInstance(type);
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
580ToolStripItem newItem = (ToolStripItem)CreateInstance(typeItem.Type);
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\CollectionFormTests.cs (1)
870public new object CreateInstance(Type itemType) => base.CreateInstance(itemType);