1 implementation of CreateComponent
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerHost.cs (1)
918
IComponent IDesignerHost.
CreateComponent
(Type componentType) =>
13 references to CreateComponent
System.Windows.Forms.Design (13)
System\ComponentModel\Design\CollectionEditor.cs (1)
97
IComponent instance = host.
CreateComponent
(itemType);
System\ComponentModel\Design\DesignSurface.cs (1)
551
loaderHost.
CreateComponent
(_type);
System\ComponentModel\Design\Serialization\DesignerSerializationManager.cs (1)
274
? host.
CreateComponent
(type)
System\Drawing\Design\ToolboxItem.cs (1)
263
comps.Add(host.
CreateComponent
(createType));
System\Windows\Forms\Design\DocumentDesigner.AxToolboxItem.cs (1)
133
comps[0] = host.
CreateComponent
(_axctlType);
System\Windows\Forms\Design\TabControlDesigner.cs (1)
246
TabPage page = (TabPage)host.
CreateComponent
(typeof(TabPage));
System\Windows\Forms\Design\TemplateNodeCustomMenuItemCollection.cs (1)
75
IComponent component = designerHost.
CreateComponent
(t);
System\Windows\Forms\Design\ToolStripDesigner.cs (1)
490
component = _host.
CreateComponent
(t);
System\Windows\Forms\Design\ToolStripItemCustomMenuItemCollection.cs (4)
390
IComponent component = designerHost.
CreateComponent
(t);
441
IComponent component = designerHost.
CreateComponent
(t);
480
IComponent component = designerHost.
CreateComponent
(t);
520
IComponent component = designerHost.
CreateComponent
(t);
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (1)
779
newItem = (ToolStripItem)_designerHost.
CreateComponent
(t);