1 write to _appActivator
PresentationFramework (1)
src\Framework\MS\Internal\AppModel\PresentationAppDomainManager.cs (1)
334
_appActivator
= new PresentationApplicationActivator();
2 references to _appActivator
PresentationFramework (2)
src\Framework\MS\Internal\AppModel\PresentationAppDomainManager.cs (2)
333
if (
_appActivator
== null)
335
return
_appActivator
;