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)
_generated\138\Windows.Win32.IGetVBAObject.g.cs (15)
26 :winmdroot.IVTable<IGetVBAObject,IGetVBAObject.Vtbl>,IComIID { 43 return ((delegate *unmanaged [Stdcall]<IGetVBAObject*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((IGetVBAObject*)Unsafe.AsPointer(ref this), riid, ppvObject); 48 return ((delegate *unmanaged [Stdcall]<IGetVBAObject*,uint>)lpVtbl[1])((IGetVBAObject*)Unsafe.AsPointer(ref this)); 53 return ((delegate *unmanaged [Stdcall]<IGetVBAObject*,uint>)lpVtbl[2])((IGetVBAObject*)Unsafe.AsPointer(ref this)); 72 private static winmdroot.Foundation.HRESULT GetObject(IGetVBAObject* pThis, global::System.Guid* riid, void** ppvObj, uint dwReserved) 104 ((delegate *unmanaged [Stdcall]<IGetVBAObject*,global::System.Guid* ,void** ,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IGetVBAObject*)Unsafe.AsPointer(ref this), riid, ppvObj, dwReserved).ThrowOnFailure(); 130 internal delegate *unmanaged [Stdcall]<IGetVBAObject*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1; 132 internal delegate *unmanaged [Stdcall]<IGetVBAObject*,uint> AddRef_2; 134 internal delegate *unmanaged [Stdcall]<IGetVBAObject*,uint> Release_3; 136 internal delegate *unmanaged [Stdcall]<IGetVBAObject*,global::System.Guid* ,void** ,uint ,winmdroot.Foundation.HRESULT> GetObject_4;
_generated\495\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)