3 references to hfHostedInIEorWebOC
PresentationFramework (3)
src\Framework\System\Windows\Controls\WebBrowser.cs (1)
107if ((BrowserInteropHelper.HostingFlags & HostingFlags.hfHostedInIEorWebOC) == 0)
src\Framework\System\Windows\Interop\BrowserInteropHelper.cs (1)
203return (HostingFlags & HostingFlags.hfHostedInIEorWebOC) != 0;
src\Framework\System\Windows\Interop\DocobjHost.cs (1)
269if (hr == MS.Internal.Interop.HRESULT.E_OUTOFMEMORY && (hostingFlags & HostingFlags.hfHostedInIEorWebOC) != 0)