2 writes to temporaryValue
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\FakeModelPropertyImpl.cs (2)
77this.temporaryValue = this.WrapValue(value); 91this.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)
89this.PropertyDescriptor.SetValue(this.Parent.GetCurrentValue(), (null != this.temporaryValue ? this.temporaryValue.GetCurrentValue() : null)); 91this.temporaryValue = this.StoreValue(this.temporaryValue); 108return this.temporaryValue;