8 references to Bounds
System.Activities (8)
System\Activities\Expressions\ExpressionServices.cs (1)
1437string error = TryConvertArguments(newArrayExpression.Expressions, newArrayActivity.Bounds, newArrayExpression.GetType(), 0, null, throwOnError);
System\Activities\Expressions\NewArray.cs (7)
55Type[] types = new Type[this.Bounds.Count]; 56for (int i = 0; i < this.Bounds.Count; i++) 58Argument argument = this.Bounds[i]; 73RuntimeArgument runtimeArgument = new RuntimeArgument("Argument" + i, this.Bounds[i].ArgumentType, this.bounds[i].Direction, true); 74metadata.Bind(this.Bounds[i], runtimeArgument); 96object[] objects = new object[this.Bounds.Count]; 98foreach (Argument argument in this.Bounds)