20 references to IGetOleObject
System.Windows.Forms (3)
System\Windows\Forms\ActiveX\AxHost.AxContainer.ExtenderProxy.cs (3)
23IGetOleObject.Interface, 24IManagedWrapper<IDispatch, IDispatchEx, IExtender, IVBGetControl, IGetVBAObject, IGetOleObject> 68HRESULT IGetOleObject.Interface.GetOleObject(Guid* riid, void** ppvObj)
System.Windows.Forms.Primitives (17)
Windows.Win32.IGetOleObject.g.cs (15)
25 :IVTable<IGetOleObject,IGetOleObject.Vtbl>,IComIID { 41 return ((delegate *unmanaged [Stdcall]<IGetOleObject*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((IGetOleObject*)Unsafe.AsPointer(ref this), riid, ppvObject); 46 return ((delegate *unmanaged [Stdcall]<IGetOleObject*,uint>)lpVtbl[1])((IGetOleObject*)Unsafe.AsPointer(ref this)); 51 return ((delegate *unmanaged [Stdcall]<IGetOleObject*,uint>)lpVtbl[2])((IGetOleObject*)Unsafe.AsPointer(ref this)); 70 private static winmdroot.Foundation.HRESULT GetOleObject(IGetOleObject* pThis, global::System.Guid* riid, void** ppvObj) 101 return ((delegate *unmanaged [Stdcall]<IGetOleObject*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IGetOleObject*)Unsafe.AsPointer(ref this), riid, ppvObj); 125 internal delegate *unmanaged [Stdcall]<IGetOleObject*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1; 127 internal delegate *unmanaged [Stdcall]<IGetOleObject*,uint> AddRef_2; 129 internal delegate *unmanaged [Stdcall]<IGetOleObject*,uint> Release_3; 131 internal delegate *unmanaged [Stdcall]<IGetOleObject*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> GetOleObject_4;
Windows.Win32.System_Ole_IGetOleObject_Extensions.g.cs (2)
23 /// <inheritdoc cref="winmdroot.System.Ole.IGetOleObject.Interface.GetOleObject(global::System.Guid*, void**)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT GetOleObject(this winmdroot.System.Ole.IGetOleObject.Interface @this, in global::System.Guid riid, ref void* ppvObj)