1 instantiation of XappLauncherApp
PresentationFramework (1)
src\Framework\System\Windows\Interop\DocobjHost.cs (1)
330
XappLauncherApp application = new
XappLauncherApp
(activationUri, applicationId,
7 references to XappLauncherApp
PresentationFramework (7)
src\Framework\MS\Internal\AppModel\ApplicationProxyInternal.cs (3)
287
if (currentApp != null && !(currentApp is
XappLauncherApp
))
437
XappLauncherApp
launcherApp = app as
XappLauncherApp
;
src\Framework\System\Windows\Application.cs (1)
277
return BrowserInteropHelper.IsBrowserHosted && !(Application.Current is
XappLauncherApp
);
src\Framework\System\Windows\Interop\DocobjHost.cs (3)
330
XappLauncherApp
application = new XappLauncherApp(activationUri, applicationId,
703
XappLauncherApp
launcherApp = Application.Current as
XappLauncherApp
;