2 writes to temporaryValue
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\FakeModelPropertyImpl.cs (2)
77
this.
temporaryValue
= this.WrapValue(value);
91
this.
temporaryValue
= this.StoreValue(this.temporaryValue);
4 references to temporaryValue
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\FakeModelPropertyImpl.cs (4)
89
this.PropertyDescriptor.SetValue(this.Parent.GetCurrentValue(), (null != this.
temporaryValue
? this.
temporaryValue
.GetCurrentValue() : null));
91
this.temporaryValue = this.StoreValue(this.
temporaryValue
);
108
return this.
temporaryValue
;