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