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