2 writes to NewAppDomain
PresentationFramework (2)
src\Framework\MS\Internal\AppModel\XappLauncher.cs (1)
351
PresentationAppDomainManager.
NewAppDomain
= newDomain;
src\Framework\System\Windows\Interop\DocobjHost.cs (1)
1379
PresentationAppDomainManager.
NewAppDomain
= newDomain;
3 references to NewAppDomain
PresentationFramework (3)
src\Framework\System\Windows\Interop\DocobjHost.cs (3)
491
Invariant.Assert(PresentationAppDomainManager.
NewAppDomain
!= null, "Failed to start the application in a new AppDomain");
497
PresentationAppDomainManager.
NewAppDomain
.DomainManager as PresentationAppDomainManager;
1383
PresentationAppDomainManager appDomainMgrProxy = PresentationAppDomainManager.
NewAppDomain
.DomainManager as PresentationAppDomainManager;