3 writes to isWaitingOnDefaultValue
System.Activities (3)
System\Activities\Variable.cs (3)
517
set { this.
isWaitingOnDefaultValue
= value; }
557
this.
isWaitingOnDefaultValue
= false;
604
this.
isWaitingOnDefaultValue
= true;
2 references to isWaitingOnDefaultValue
System.Activities (2)
System\Activities\Variable.cs (2)
516
get { return this.
isWaitingOnDefaultValue
; }
555
if (this.
isWaitingOnDefaultValue
)