7 references to CompletionCondition
System.Activities (7)
System\Activities\Statements\Parallel.cs (7)
95if (this.CompletionCondition != null && updateContext.GetValue(this.hasCompleted)) 121if (this.CompletionCondition != null) 123children.Add(this.CompletionCondition); 130if (this.CompletionCondition != null) 158if (this.CompletionCondition == null) 170if (this.CompletionCondition != null && !this.hasCompleted.Get(context)) 186context.ScheduleActivity(this.CompletionCondition, this.onConditionComplete);