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