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