1 write to bindingProperty
System.Activities (1)
System\Activities\RuntimeArgument.cs (1)
70
this.
bindingProperty
= bindingProperty;
6 references to bindingProperty
System.Activities (6)
System\Activities\RuntimeArgument.cs (6)
192
if (this.
bindingProperty
!= null)
194
Argument argument = (Argument)this.
bindingProperty
.GetValue(this.bindingPropertyOwner);
198
Fx.Assert(this.
bindingProperty
.PropertyType.IsGenericType, "We only support arguments that are generic types in our reflection walk.");
200
argument = (Argument) Activator.CreateInstance(this.
bindingProperty
.PropertyType);
203
if (createEmptyBinding && !this.
bindingProperty
.IsReadOnly)
205
this.
bindingProperty
.SetValue(this.bindingPropertyOwner, argument);