28 references to PresentationAppDomainManager
PresentationFramework (28)
src\Framework\MS\Internal\AppModel\PresentationAppDomainManager.cs (8)
66bool isDebug = PresentationAppDomainManager.IsDebug ? true : GetBoolFromActivationData(1); 257PresentationAppDomainManager.ActivationUri != null ? PresentationAppDomainManager.ActivationUri.ToString() : string.Empty); 261if (PresentationAppDomainManager.ActivationUri != null) 266BindUriHelper.UriToString(PresentationAppDomainManager.ActivationUri), 267PresentationAppDomainManager.IsDebug.ToString(), 268(PresentationAppDomainManager.DebugSecurityZoneURL == null? 270: PresentationAppDomainManager.DebugSecurityZoneURL.ToString())});
src\Framework\MS\Internal\AppModel\XappLauncher.cs (2)
341Invariant.Assert(PresentationAppDomainManager.SaveAppDomain); 351PresentationAppDomainManager.NewAppDomain = newDomain;
src\Framework\System\Windows\Interop\DocobjHost.cs (18)
281PresentationAppDomainManager.ActivationUri = activationUri; 485PresentationAppDomainManager.SaveAppDomain = true; 491Invariant.Assert(PresentationAppDomainManager.NewAppDomain != null, "Failed to start the application in a new AppDomain"); 496PresentationAppDomainManager appDomainMgrProxy = 497PresentationAppDomainManager.NewAppDomain.DomainManager as PresentationAppDomainManager; 504PresentationAppDomainManager.SaveAppDomain = false; 516PresentationAppDomainManager.SaveAppDomain = false; 1017return ((PresentationAppDomainManager)appDomain.DomainManager).CreateApplicationProxyInternal(); 1372PresentationAppDomainManager.IsDebug = true; 1373PresentationAppDomainManager.DebugSecurityZoneURL = _debugSecurityZoneURL.Value; 1374PresentationAppDomainManager.SaveAppDomain = true; 1376if (PresentationAppDomainManager.SaveAppDomain) 1379PresentationAppDomainManager.NewAppDomain = newDomain; 1383PresentationAppDomainManager appDomainMgrProxy = PresentationAppDomainManager.NewAppDomain.DomainManager as PresentationAppDomainManager; 1388PresentationAppDomainManager.SaveAppDomain = false;