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