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