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