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