1 write to propDesc
System.Workflow.Activities (1)
Common\CompModHelpers.cs (1)
1340
this.
propDesc
= propDesc;
3 references to propDesc
System.Workflow.Activities (3)
Common\CompModHelpers.cs (3)
1362
return this.
propDesc
;
1377
componentChangeService.OnComponentChanging(this.instance, this.
propDesc
);
1393
componentChangeService.OnComponentChanged(this.instance, this.
propDesc
, null, null);