1 write to property
System.Workflow.Activities (1)
Common\BasePropertyDescriptor.cs (1)
128this.property = propertyDescriptor;
3 references to property
System.Workflow.Activities (3)
Common\BasePropertyDescriptor.cs (3)
152changeService.OnComponentChanged(this.component, this.property, this.oldValue, this.newValue); 157this.newValue = this.property.GetValue(this.component); 158this.property.RemoveValueChanged(this.component, new EventHandler(OnValueChanged));