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