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