25 references to IOleCommandTarget
System.Windows.Forms (1)
System\Windows\Forms\Controls\WebBrowser\WebBrowser.WebBrowserSite.cs (1)
100IOleCommandTarget.Interface commandTarget,
System.Windows.Forms.Primitives (24)
Interop\Mshtml\Interop.IDocHostUIHandler.cs (1)
34IOleCommandTarget.Interface commandTarget,
Windows.Win32.IOleCommandTarget.g.cs (19)
26 :IVTable<IOleCommandTarget,IOleCommandTarget.Vtbl>,IComIID { 42 return ((delegate *unmanaged [Stdcall]<IOleCommandTarget*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((IOleCommandTarget*)Unsafe.AsPointer(ref this), riid, ppvObject); 47 return ((delegate *unmanaged [Stdcall]<IOleCommandTarget*,uint>)lpVtbl[1])((IOleCommandTarget*)Unsafe.AsPointer(ref this)); 52 return ((delegate *unmanaged [Stdcall]<IOleCommandTarget*,uint>)lpVtbl[2])((IOleCommandTarget*)Unsafe.AsPointer(ref this)); 71 private static winmdroot.Foundation.HRESULT QueryStatus(IOleCommandTarget* pThis, global::System.Guid* pguidCmdGroup, uint cCmds, winmdroot.System.Ole.OLECMD* prgCmds, winmdroot.System.Ole.OLECMDTEXT* pCmdText) 100 return ((delegate *unmanaged [Stdcall]<IOleCommandTarget*,global::System.Guid* ,uint ,winmdroot.System.Ole.OLECMD* ,winmdroot.System.Ole.OLECMDTEXT* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IOleCommandTarget*)Unsafe.AsPointer(ref this), pguidCmdGroup, cCmds, prgCmds, pCmdText); 122 private static winmdroot.Foundation.HRESULT Exec(IOleCommandTarget* pThis, global::System.Guid* pguidCmdGroup, uint nCmdID, uint nCmdexecopt, winmdroot.System.Variant.VARIANT* pvaIn, winmdroot.System.Variant.VARIANT* pvaOut) 155 return ((delegate *unmanaged [Stdcall]<IOleCommandTarget*,global::System.Guid* ,uint ,uint ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IOleCommandTarget*)Unsafe.AsPointer(ref this), pguidCmdGroup, nCmdID, nCmdexecopt, pvaIn, pvaOut); 179 internal delegate *unmanaged [Stdcall]<IOleCommandTarget*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1; 181 internal delegate *unmanaged [Stdcall]<IOleCommandTarget*,uint> AddRef_2; 183 internal delegate *unmanaged [Stdcall]<IOleCommandTarget*,uint> Release_3; 185 internal delegate *unmanaged [Stdcall]<IOleCommandTarget*,global::System.Guid* ,uint ,winmdroot.System.Ole.OLECMD* ,winmdroot.System.Ole.OLECMDTEXT* ,winmdroot.Foundation.HRESULT> QueryStatus_4; 187 internal delegate *unmanaged [Stdcall]<IOleCommandTarget*,global::System.Guid* ,uint ,uint ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> Exec_5;
Windows.Win32.System_Ole_IOleCommandTarget_Extensions.g.cs (4)
23 /// <inheritdoc cref="winmdroot.System.Ole.IOleCommandTarget.Interface.QueryStatus(global::System.Guid*, uint, winmdroot.System.Ole.OLECMD*, winmdroot.System.Ole.OLECMDTEXT*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT QueryStatus(this winmdroot.System.Ole.IOleCommandTarget.Interface @this, in global::System.Guid pguidCmdGroup, uint cCmds, ref winmdroot.System.Ole.OLECMD prgCmds, winmdroot.System.Ole.OLECMDTEXT* pCmdText) 36 /// <inheritdoc cref="winmdroot.System.Ole.IOleCommandTarget.Interface.Exec(global::System.Guid*, uint, uint, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*)"/> 37 internal static unsafe winmdroot.Foundation.HRESULT Exec(this winmdroot.System.Ole.IOleCommandTarget.Interface @this, in global::System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, in winmdroot.System.Variant.VARIANT pvaIn, ref winmdroot.System.Variant.VARIANT pvaOut)