1 write to boundArgument
System.Activities (1)
System\Activities\RuntimeArgument.cs (1)
176this.boundArgument = value;
11 references to boundArgument
System.Activities (11)
System\Activities\RuntimeArgument.cs (11)
154return this.boundArgument != null; 170return this.boundArgument; 302if (this.boundArgument != null && this.boundArgument.RuntimeArgument != this) 304ActivityUtilities.Add(ref validationErrors, ProcessViolation(parent, SR.RuntimeArgumentBindingInvalid(this.Name, this.boundArgument.RuntimeArgument.Name))); 312if (this.boundArgument != null) 314this.boundArgument.Validate(parent, ref validationErrors); 342Location location = this.boundArgument.CreateDefaultLocation(); 347else if (!this.boundArgument.IsEmpty) 356return this.boundArgument.TryPopulateValue(targetEnvironment, targetActivityInstance, executor); 366Location location = this.boundArgument.CreateDefaultLocation();