2 writes to rootPropertyManager
System.Activities (2)
System\Activities\Runtime\ActivityExecutor.cs (2)
828this.rootPropertyManager = value; 2723this.rootPropertyManager = new ExecutionPropertyManager(null, rootProperties);
10 references to rootPropertyManager
System.Activities (10)
System\Activities\Runtime\ActivityExecutor.cs (10)
813return this.rootPropertyManager; 823return this.rootPropertyManager; 829this.rootPropertyManager.OnDeserialized(null, null, null, this); 1400if (this.rootPropertyManager != null) 1405foreach (ExecutionPropertyManager.ExecutionProperty executionProperty in this.rootPropertyManager.Properties.Values) 1416this.rootPropertyManager.UnregisterProperties(null, null, true); 2307if (this.rootPropertyManager != null) 2311foreach (ExecutionPropertyManager.ExecutionProperty executionProperty in this.rootPropertyManager.Properties.Values) 2322this.rootPropertyManager.UnregisterProperties(null, null); 2732PropertyManager = this.rootPropertyManager