6 references to BrowserInteropHelper
PresentationFramework (6)
MS\Internal\AppModel\AppSecurityManager.cs (2)
102if (!BrowserInteropHelper.IsInitialViewerNavigation && 212sourceUri = BrowserInteropHelper.Source;
System\Windows\Interop\DynamicScriptObject.cs (2)
122if (BrowserInteropHelper.IsHostedInIEorWebOC) 587return _scriptObjectEx.InvokeEx(dispid, Thread.CurrentThread.CurrentCulture.LCID, flags, dp, out result, exInfo, BrowserInteropHelper.HostHtmlDocumentServiceProvider);
System\Windows\Navigation\NavigationService.cs (2)
2263BrowserInteropHelper.IsInitialViewerNavigation = false; 2975if (!IsTopLevelContainer || BrowserInteropHelper.IsInitialViewerNavigation)