5 references to CompletionCondition
System.Activities (5)
System\Activities\Statements\ParallelForEach.cs (5)
61
if (this.
CompletionCondition
!= null)
63
metadata.SetChildrenCollection(new Collection<Activity> { this.
CompletionCondition
});
67
if (this.
CompletionCondition
!= null)
104
if (this.
CompletionCondition
!= null && !this.hasCompleted.Get(context))
120
context.ScheduleActivity(
CompletionCondition
, this.onConditionComplete);