2 references to SafeLaunchBrowserOnlyIfPossible
PresentationFramework (2)
src\Framework\MS\Internal\AppModel\AppSecurityManager.cs (1)
87return SafeLaunchBrowserOnlyIfPossible(originatingUri, destinationUri, null, fIsTopLevel);
src\Framework\System\Windows\Navigation\NavigationService.cs (1)
227launched = AppSecurityManager.SafeLaunchBrowserOnlyIfPossible(CurrentSource, bpu, target, true /*IsTopLevelContainer*/);