3 references to CoCreateInstance
System.Windows.Forms (3)
winforms\Managed\System\WinForms\AxHost.cs (1)
2560
ret = UnsafeNativeMethods.
CoCreateInstance
(ref clsid, null, INPROC_SERVER, ref NativeMethods.ActiveX.IID_IUnknown);
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);