6 references to OwnerActivityDottedPath
System.Workflow.ComponentModel (6)
AuthoringOM\ScheduleChanges.cs (6)
212
if (contextActivity.TraverseDottedPathFromRoot(((ActivityChangeAction)changeAction).
OwnerActivityDottedPath
) != null)
239
if (contextActivity.TraverseDottedPathFromRoot(((ActivityChangeAction)changeAction).
OwnerActivityDottedPath
) != null)
397
CompositeActivity ownerActivity = contextActivity.TraverseDottedPathFromRoot(((ActivityChangeAction)action).
OwnerActivityDottedPath
) as CompositeActivity;
673
CompositeActivity ownerActivity = contextActivity.TraverseDottedPathFromRoot(this.
OwnerActivityDottedPath
) as CompositeActivity;
741
CompositeActivity ownerActivity = rootActivity.TraverseDottedPathFromRoot(this.
OwnerActivityDottedPath
) as CompositeActivity;
865
CompositeActivity ownerActivity = rootActivity.TraverseDottedPathFromRoot(this.
OwnerActivityDottedPath
) as CompositeActivity;