3 references to IsHostedInIEorWebOC
PresentationFramework (3)
src\Framework\MS\Internal\AppModel\RootBrowserWindow.cs (1)
80bool isIE6 = IsDownlevelPlatform && BrowserInteropHelper.IsHostedInIEorWebOC;
src\Framework\System\Windows\Interop\BrowserInteropHelper.cs (1)
289if ( IsHostedInIEorWebOC
src\Framework\System\Windows\Interop\DynamicScriptObject.cs (1)
166if (BrowserInteropHelper.IsHostedInIEorWebOC)