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