21 references to IVBGetControl
System.Windows.Forms (6)
System\Windows\Forms\ActiveX\AxHost.AxContainer.ExtenderProxy.cs (3)
21
IVBGetControl
.Interface,
24
IManagedWrapper<IDispatch, IDispatchEx, IExtender,
IVBGetControl
, IGetVBAObject, IGetOleObject>
51
HRESULT
IVBGetControl
.Interface.EnumControls(
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (3)
25
IVBGetControl
.Interface,
29
IManagedWrapper<IDispatch, IDispatchEx, IOleControlSite, IOleClientSite, IOleWindow, IOleInPlaceSite, ISimpleFrameSite,
IVBGetControl
, IGetVBAObject, IPropertyNotifySink>
90
HRESULT
IVBGetControl
.Interface.EnumControls(
System.Windows.Forms.Primitives (15)
Windows.Win32.IVBGetControl.g.cs (15)
25
:IVTable<
IVBGetControl
,
IVBGetControl
.Vtbl>,IComIID {
41
return ((delegate *unmanaged [Stdcall]<
IVBGetControl
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
IVBGetControl
*)Unsafe.AsPointer(ref this), riid, ppvObject);
46
return ((delegate *unmanaged [Stdcall]<
IVBGetControl
*,uint>)lpVtbl[1])((
IVBGetControl
*)Unsafe.AsPointer(ref this));
51
return ((delegate *unmanaged [Stdcall]<
IVBGetControl
*,uint>)lpVtbl[2])((
IVBGetControl
*)Unsafe.AsPointer(ref this));
57
private static winmdroot.Foundation.HRESULT EnumControls(
IVBGetControl
* pThis, uint dwOleContF, winmdroot.System.Ole.ENUM_CONTROLS_WHICH_FLAGS dwWhich, winmdroot.System.Com.IEnumUnknown** ppenumUnk)
91
((delegate *unmanaged [Stdcall]<
IVBGetControl
*,uint ,winmdroot.System.Ole.ENUM_CONTROLS_WHICH_FLAGS ,winmdroot.System.Com.IEnumUnknown** ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((
IVBGetControl
*)Unsafe.AsPointer(ref this), dwOleContF, dwWhich, ppenumUnk).ThrowOnFailure();
115
internal delegate *unmanaged [Stdcall]<
IVBGetControl
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
117
internal delegate *unmanaged [Stdcall]<
IVBGetControl
*,uint> AddRef_2;
119
internal delegate *unmanaged [Stdcall]<
IVBGetControl
*,uint> Release_3;
121
internal delegate *unmanaged [Stdcall]<
IVBGetControl
*,uint ,winmdroot.System.Ole.ENUM_CONTROLS_WHICH_FLAGS ,winmdroot.System.Com.IEnumUnknown** ,winmdroot.Foundation.HRESULT> EnumControls_4;