1 write to oldValue
System.Workflow.ComponentModel (1)
Shared\BasePropertyDescriptor.cs (1)
134
newValue =
oldValue
= propertyDescriptor.GetValue(component);
1 reference to oldValue
System.Workflow.ComponentModel (1)
Shared\BasePropertyDescriptor.cs (1)
151
changeService.OnComponentChanged(this.component, this.property, this.
oldValue
, this.newValue);