2 implementations of GetObject
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)
3 references to GetObject
System.Windows.Forms.Primitives (3)
Windows.Win32.IGetVBAObject.g.cs (1)
78
return __object.
GetObject
(riid, ppvObj, dwReserved);
Windows.Win32.System_Ole_IGetVBAObject_Extensions.g.cs (2)
23
/// <inheritdoc cref="winmdroot.System.Ole.IGetVBAObject.Interface.
GetObject
(global::System.Guid*, void**, uint)"/>
30
winmdroot.Foundation.HRESULT __result = @this.
GetObject
(riidLocal, ppvObjLocal, dwReserved);