23 references to IGetVBAObject
System.Windows.Forms (6)
System\Windows\Forms\ActiveX\AxHost.AxContainer.ExtenderProxy.cs (3)
22IGetVBAObject.Interface, 24IManagedWrapper<IDispatch, IDispatchEx, IExtender, IVBGetControl, IGetVBAObject, IGetOleObject> 91HRESULT IGetVBAObject.Interface.GetObject(Guid* riid, void** ppvObj, uint dwReserved)
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (3)
26IGetVBAObject.Interface, 29IManagedWrapper<IDispatch, IDispatchEx, IOleControlSite, IOleClientSite, IOleWindow, IOleInPlaceSite, ISimpleFrameSite, IVBGetControl, IGetVBAObject, IPropertyNotifySink> 71HRESULT IGetVBAObject.Interface.GetObject(Guid* riid, void** ppvObj, uint dwReserved)
System.Windows.Forms.Primitives (17)
Windows.Win32.IGetVBAObject.g.cs (15)
25 :IVTable<IGetVBAObject,IGetVBAObject.Vtbl>,IComIID { 41 return ((delegate *unmanaged [Stdcall]<IGetVBAObject*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((IGetVBAObject*)Unsafe.AsPointer(ref this), riid, ppvObject); 46 return ((delegate *unmanaged [Stdcall]<IGetVBAObject*,uint>)lpVtbl[1])((IGetVBAObject*)Unsafe.AsPointer(ref this)); 51 return ((delegate *unmanaged [Stdcall]<IGetVBAObject*,uint>)lpVtbl[2])((IGetVBAObject*)Unsafe.AsPointer(ref this)); 69 private static winmdroot.Foundation.HRESULT GetObject(IGetVBAObject* pThis, global::System.Guid* riid, void** ppvObj, uint dwReserved) 101 ((delegate *unmanaged [Stdcall]<IGetVBAObject*,global::System.Guid* ,void** ,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IGetVBAObject*)Unsafe.AsPointer(ref this), riid, ppvObj, dwReserved).ThrowOnFailure(); 125 internal delegate *unmanaged [Stdcall]<IGetVBAObject*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1; 127 internal delegate *unmanaged [Stdcall]<IGetVBAObject*,uint> AddRef_2; 129 internal delegate *unmanaged [Stdcall]<IGetVBAObject*,uint> Release_3; 131 internal delegate *unmanaged [Stdcall]<IGetVBAObject*,global::System.Guid* ,void** ,uint ,winmdroot.Foundation.HRESULT> GetObject_4;
Windows.Win32.System_Ole_IGetVBAObject_Extensions.g.cs (2)
23 /// <inheritdoc cref="winmdroot.System.Ole.IGetVBAObject.Interface.GetObject(global::System.Guid*, void**, uint)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT GetObject(this winmdroot.System.Ole.IGetVBAObject.Interface @this, in global::System.Guid riid, ref void* ppvObj, uint dwReserved)