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