1 write to oldValue
System.Workflow.Activities (1)
Common\BasePropertyDescriptor.cs (1)
135
newValue =
oldValue
= propertyDescriptor.GetValue(component);
1 reference to oldValue
System.Workflow.Activities (1)
Common\BasePropertyDescriptor.cs (1)
152
changeService.OnComponentChanged(this.component, this.property, this.
oldValue
, this.newValue);