3 writes to rootPropertyManager
System.Activities (3)
System\Activities\Runtime\ExecutionPropertyManager.cs (3)
66
this.
rootPropertyManager
= parentPropertyManager.rootPropertyManager;
79
this.
rootPropertyManager
= this;
550
this.
rootPropertyManager
= executor.RootPropertyManager;
2 references to rootPropertyManager
System.Activities (2)
System\Activities\Runtime\ExecutionPropertyManager.cs (2)
66
this.rootPropertyManager = parentPropertyManager.
rootPropertyManager
;
217
return currentManager.
rootPropertyManager
;