3 references to IsInTree
System.Activities (3)
System\Activities\Argument.cs (1)
104return (this.runtimeArgument != null && this.runtimeArgument.IsInTree);
System\Activities\RuntimeArgument.cs (2)
451Fx.Assert(this.IsInTree, "Argument must be opened"); 472if (!this.IsInTree)