11 references to Activity
System.Workflow.ComponentModel (11)
AuthoringOM\Design\Dialogs\ActivityBindForm.cs (5)
1007
Type memberType = (memberParentNode != null) ? memberParentNode.PathInfo.PropertyType : this.parent.GetActivityType(parentNode.
Activity
);
1041
List<PathInfo> members = this.parent.PopulateAutoCompleteList(node.
Activity
, (memberNode != null) ? memberNode.PathInfo : null);
1045
MemberActivityBindTreeNode childMemberNode = CreateMemberNode(node.
Activity
, mamberPathInfo);
1097
Activity activity = node.
Activity
;
1122
this.selectedActivity = (node != null) ? node.
Activity
: null;
AuthoringOM\Design\DocumentOutline.cs (6)
197
Activity activity = node.
Activity
;
239
if (selectionService != null && node != null && selectionService.PrimarySelection != node.
Activity
)
246
workflowView.EnsureVisible(node.
Activity
);
249
selectionService.SetSelectedComponents(new object[] { node.
Activity
}, SelectionTypes.Replace);
282
Activity childActivity = childOutlineNode.
Activity
;
475
Activity activity = this.
Activity
;