4 references to IsInTree
System.Activities (4)
System\Activities\Expressions\VariableReference.cs (1)
47
if (!this.Variable.
IsInTree
)
System\Activities\Expressions\VariableValue.cs (1)
47
if (!this.Variable.
IsInTree
)
System\Activities\Variable.cs (2)
174
if (!this.
IsInTree
)
254
Fx.Assert(this.
IsInTree
, "Variable must be opened");