10 references to OLECMDTEXT
System.Windows.Forms.Primitives (10)
Windows.Win32.IOleCommandTarget.g.cs (7)
55 /// <inheritdoc cref="QueryStatus(global::System.Guid*, uint, winmdroot.System.Ole.OLECMD*, winmdroot.System.Ole.OLECMDTEXT*)"/> 56 internal unsafe winmdroot.Foundation.HRESULT QueryStatus(in global::System.Guid pguidCmdGroup, uint cCmds, ref winmdroot.System.Ole.OLECMD prgCmds, winmdroot.System.Ole.OLECMDTEXT* pCmdText) 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) 98 public unsafe winmdroot.Foundation.HRESULT QueryStatus(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); 185 internal delegate *unmanaged [Stdcall]<IOleCommandTarget*,global::System.Guid* ,uint ,winmdroot.System.Ole.OLECMD* ,winmdroot.System.Ole.OLECMDTEXT* ,winmdroot.Foundation.HRESULT> QueryStatus_4; 215 unsafe winmdroot.Foundation.HRESULT QueryStatus(global::System.Guid* pguidCmdGroup, uint cCmds, winmdroot.System.Ole.OLECMD* prgCmds, winmdroot.System.Ole.OLECMDTEXT* pCmdText);
Windows.Win32.OLECMDTEXT.g.cs (1)
44 int v = sizeof(OLECMDTEXT);
Windows.Win32.System_Ole_IOleCommandTarget_Extensions.g.cs (2)
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)