9 references to UntilCondition
System.Workflow.Activities (9)
Task.cs (9)
381bool bCompleteNow = (this.UntilCondition == null); 383if (this.UntilCondition != null && this.UntilCondition.Evaluate(this, executionContext)) 583this.ActivityState.CompletionConditionTrueAlready = (this.UntilCondition != null && this.UntilCondition.Evaluate(this, executionContext)); 633else if (this.UntilCondition == null || this.UntilCondition.Evaluate(this, executionContext)) 642if (!this.ActivityState.IsChildActive && (this.UntilCondition == null || (this.UntilCondition.Evaluate(this, executionContext))))