3 writes to Condition
System.Activities (3)
System\Activities\Statements\CompensableActivity.cs (1)
241Condition = new WhileExpression
System\Activities\Statements\While.cs (2)
38this.Condition = new LambdaValue<bool>(condition); 49this.Condition = condition;
4 references to Condition
System.Activities (4)
System\Activities\Statements\While.cs (4)
101if (this.Condition == null) 107metadata.AddChild(this.Condition); 118Fx.Assert(this.Condition != null, "validated in OnOpen"); 124context.ScheduleActivity(this.Condition, this.onConditionComplete);