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