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