1 override of CreateComponentsWithUI
System.Workflow.Activities (1)
Designers\InvokeWebServiceDesigner.cs (1)
41public override IComponent[] CreateComponentsWithUI(IDesignerHost host)
2 references to CreateComponentsWithUI
System.Workflow.Activities (1)
Designers\InvokeWebServiceDesigner.cs (1)
49IComponent[] components = base.CreateComponentsWithUI(host);
System.Workflow.ComponentModel (1)
AuthoringOM\Design\CompositeActivityDesigner.cs (1)
648activities = ActivityToolboxItem.CreateComponentsWithUI(designerHost);