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