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