2 implementations of Interface
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.AxContainer.ExtenderProxy.cs (1)
22
IGetVBAObject.
Interface
,
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (1)
26
IGetVBAObject.
Interface
,
5 references to Interface
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.AxContainer.ExtenderProxy.cs (1)
91
HRESULT IGetVBAObject.
Interface
.GetObject(Guid* riid, void** ppvObj, uint dwReserved)
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (1)
71
HRESULT IGetVBAObject.
Interface
.GetObject(Guid* riid, void** ppvObj, uint dwReserved)
System.Windows.Forms.Primitives (3)
Windows.Win32.IGetVBAObject.g.cs (1)
73
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
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)