2 references to CreateComponent
System.Drawing (1)
commonui\System\Drawing\Design\ToolboxItem.cs (1)
372comps.Add(host.CreateComponent(createType));
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
938Activity rootDecl = host.CreateComponent(Type.GetType(DesignerHelpers.SequentialWorkflowTypeRef)) as Activity;