2 writes to mappableObjectManager
System.Activities (2)
System\Activities\Runtime\ActivityExecutor.cs (2)
486
this.
mappableObjectManager
= new MappableObjectManager();
752
this.
mappableObjectManager
= value;
6 references to mappableObjectManager
System.Activities (6)
System\Activities\Runtime\ActivityExecutor.cs (6)
484
if (this.
mappableObjectManager
== null)
489
return this.
mappableObjectManager
;
741
if (this.
mappableObjectManager
== null || this.
mappableObjectManager
.Count == 0)
746
return this.
mappableObjectManager
;
1008
if (this.
mappableObjectManager
!= null)