2 references to CLSCTX_INPROC_SERVER
System.Windows.Forms (2)
winforms\Managed\System\WinForms\StringSource.cs (1)
54
object obj = UnsafeNativeMethods.CoCreateInstance(ref autoCompleteClsid, null, NativeMethods.
CLSCTX_INPROC_SERVER
, ref iid_iunknown);
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
914
this.activeXInstance = UnsafeNativeMethods.CoCreateInstance(ref clsid, null, NativeMethods.
CLSCTX_INPROC_SERVER
, ref NativeMethods.ActiveX.IID_IUnknown);