1 implementation of Component
System.Workflow.ComponentModel (1)
AuthoringOM\Design\ActivityDesigner.cs (1)
2287IComponent IDesigner.Component
4 references to Component
System.Workflow.ComponentModel (4)
AuthoringOM\Design\DocumentOutline.cs (3)
142if (rootDesigner != null && rootDesigner.Component != null && rootDesigner.Component is Activity) 143InsertDocOutlineNode(null, rootDesigner.Component as Activity, 0, true);
AuthoringOM\Design\XomlDesignerLoader.cs (1)
457Type rootActivityType = rootDesigner.Component.GetType();