13 references to HostingFlags
PresentationFramework (13)
src\Framework\MS\Internal\AppModel\ApplicationProxyInternal.cs (1)
86internal HostingFlags HostingFlags;
src\Framework\MS\Internal\AppModel\IBrowserHostServices.cs (1)
92HostingFlags hostingFlags,
src\Framework\System\Windows\Controls\WebBrowser.cs (4)
107if ((BrowserInteropHelper.HostingFlags & HostingFlags.hfHostedInIEorWebOC) == 0) 990HostingFlags hf = BrowserInteropHelper.HostingFlags; 991return (hf & HostingFlags.hfHostedInIE) != 0 997(hf & HostingFlags.hfIsBrowserLowIntegrityProcess) != 0;
src\Framework\System\Windows\Interop\BrowserInteropHelper.cs (4)
147internal static HostingFlags HostingFlags 191return (HostingFlags & HostingFlags.hfHostedInFrame) == 0; 203return (HostingFlags & HostingFlags.hfHostedInIEorWebOC) != 0; 404private static SecurityCriticalDataForSet<HostingFlags> _hostingFlags;
src\Framework\System\Windows\Interop\DocobjHost.cs (3)
236HostingFlags hostingFlags, 269if (hr == MS.Internal.Interop.HRESULT.E_OUTOFMEMORY && (hostingFlags & HostingFlags.hfHostedInIEorWebOC) != 0) 289if ((hostingFlags & HostingFlags.hfInDebugMode) != 0)