8 references to Interface
System.Windows.Forms (1)
System\Windows\Forms\Controls\WebBrowser\WebBrowser.WebBrowserSite.cs (1)
100IOleCommandTarget.Interface commandTarget,
System.Windows.Forms.Primitives (7)
Interop\Mshtml\Interop.IDocHostUIHandler.cs (1)
34IOleCommandTarget.Interface commandTarget,
Windows.Win32.IOleCommandTarget.g.cs (2)
75 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 126 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object);
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)