13 references to OLEMENUGROUPWIDTHS
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (1)
699
HRESULT IOleInPlaceFrame.Interface.InsertMenus(HMENU hmenuShared,
OLEMENUGROUPWIDTHS
* lpMenuWidths) => HRESULT.S_OK;
System\Windows\Forms\Controls\WebBrowser\WebBrowserContainer.cs (1)
139
HRESULT IOleInPlaceFrame.Interface.InsertMenus(HMENU hmenuShared,
OLEMENUGROUPWIDTHS
* lpMenuWidths)
System.Windows.Forms.Primitives (11)
_generated\205\Windows.Win32.IOleInPlaceFrame.g.cs (8)
262
/// <inheritdoc cref="InsertMenus(winmdroot.UI.WindowsAndMessaging.HMENU, winmdroot.System.Ole.
OLEMENUGROUPWIDTHS
*)"/>
264
internal unsafe winmdroot.Foundation.HRESULT InsertMenus(winmdroot.UI.WindowsAndMessaging.HMENU hmenuShared, ref winmdroot.System.Ole.
OLEMENUGROUPWIDTHS
lpMenuWidths)
266
fixed (winmdroot.System.Ole.
OLEMENUGROUPWIDTHS
* lpMenuWidthsLocal = &lpMenuWidths)
276
private static winmdroot.Foundation.HRESULT InsertMenus(IOleInPlaceFrame* pThis, winmdroot.UI.WindowsAndMessaging.HMENU hmenuShared, winmdroot.System.Ole.
OLEMENUGROUPWIDTHS
* lpMenuWidths)
304
public unsafe winmdroot.Foundation.HRESULT InsertMenus(winmdroot.UI.WindowsAndMessaging.HMENU hmenuShared, winmdroot.System.Ole.
OLEMENUGROUPWIDTHS
* lpMenuWidths)
306
return ((delegate *unmanaged [Stdcall]<IOleInPlaceFrame*,winmdroot.UI.WindowsAndMessaging.HMENU ,winmdroot.System.Ole.
OLEMENUGROUPWIDTHS
* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IOleInPlaceFrame*)Unsafe.AsPointer(ref this), hmenuShared, lpMenuWidths);
548
internal delegate *unmanaged [Stdcall]<IOleInPlaceFrame*,winmdroot.UI.WindowsAndMessaging.HMENU ,winmdroot.System.Ole.
OLEMENUGROUPWIDTHS
* ,winmdroot.Foundation.HRESULT> InsertMenus_10;
614
unsafe winmdroot.Foundation.HRESULT InsertMenus(winmdroot.UI.WindowsAndMessaging.HMENU hmenuShared, winmdroot.System.Ole.
OLEMENUGROUPWIDTHS
* lpMenuWidths);
_generated\502\Windows.Win32.System_Ole_IOleInPlaceFrame_Extensions.g.cs (3)
73
/// <inheritdoc cref="winmdroot.System.Ole.IOleInPlaceFrame.Interface.InsertMenus(winmdroot.UI.WindowsAndMessaging.HMENU, winmdroot.System.Ole.
OLEMENUGROUPWIDTHS
*)"/>
74
internal static unsafe winmdroot.Foundation.HRESULT InsertMenus(this winmdroot.System.Ole.IOleInPlaceFrame.Interface @this, winmdroot.UI.WindowsAndMessaging.HMENU hmenuShared, ref winmdroot.System.Ole.
OLEMENUGROUPWIDTHS
lpMenuWidths)
76
fixed (winmdroot.System.Ole.
OLEMENUGROUPWIDTHS
* lpMenuWidthsLocal = &lpMenuWidths)