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