2 writes to temporaryValue
System.Activities.Presentation (2)
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.Activities.Presentation (4)
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;