2 references to OLEMISC_SETCLIENTSITEFIRST
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AxHost.cs (1)
4600
if ((miscStatusBits & NativeMethods.ActiveX.
OLEMISC_SETCLIENTSITEFIRST
) != 0) {
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
964
if (NativeMethods.Succeeded(hr) && ((bits & NativeMethods.ActiveX.
OLEMISC_SETCLIENTSITEFIRST
) != 0)) {