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