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