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