1 write to component
System.Workflow.Activities (1)
Common\BasePropertyDescriptor.cs (1)
127this.component = component;
3 references to component
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));