1 write to propDesc
System.Workflow.ComponentModel (1)
Shared\CompModHelpers.cs (1)
1338
this.
propDesc
= propDesc;
3 references to propDesc
System.Workflow.ComponentModel (3)
Shared\CompModHelpers.cs (3)
1360
return this.
propDesc
;
1375
componentChangeService.OnComponentChanging(this.instance, this.
propDesc
);
1391
componentChangeService.OnComponentChanged(this.instance, this.
propDesc
, null, null);