1 write to property
System.Workflow.ComponentModel (1)
Shared\BasePropertyDescriptor.cs (1)
127this.property = propertyDescriptor;
3 references to property
System.Workflow.ComponentModel (3)
Shared\BasePropertyDescriptor.cs (3)
151changeService.OnComponentChanged(this.component, this.property, this.oldValue, this.newValue); 156this.newValue = this.property.GetValue(this.component); 157this.property.RemoveValueChanged(this.component, new EventHandler(OnValueChanged));