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