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