21 references to LaunchResult
PresentationFramework (21)
MS\Internal\AppModel\AppSecurityManager.cs (18)
46LaunchResult launched = LaunchResult.NotLaunched; 49if (launched == LaunchResult.NotLaunched) 62internal static LaunchResult SafeLaunchBrowserOnlyIfPossible(Uri originatingUri, Uri destinationUri, bool fIsTopLevel) 74internal static LaunchResult SafeLaunchBrowserOnlyIfPossible(Uri originatingUri, Uri destinationUri, string targetName, bool fIsTopLevel) 76LaunchResult launched = LaunchResult.NotLaunched; 108launched = LaunchResult.Launched; 177private static LaunchResult CanNavigateToUrlWithZoneCheck(Uri originatingUri, Uri destinationUri) 179LaunchResult launchResult = LaunchResult.NotLaunched; // fail securely - assume this is the default. 230return LaunchResult.Launched; 283return LaunchResult.Launched; 298private static LaunchResult CheckBlockNavigation(Uri originatingUri, Uri destinationUri, bool fEnabled) 308return LaunchResult.Launched; 316return LaunchResult.NotLaunchedDueToPrompt; 319return LaunchResult.NotLaunched; 324return LaunchResult.Launched;
System\Windows\Navigation\NavigationService.cs (3)
2778LaunchResult launched = LaunchResult.NotLaunched; 2784if (launched == LaunchResult.NotLaunched)