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