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