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)
Windows.Win32.IOleInPlaceFrame.g.cs (8)
255
/// <inheritdoc cref="InsertMenus(winmdroot.UI.WindowsAndMessaging.HMENU, winmdroot.System.Ole.
OLEMENUGROUPWIDTHS
*)"/>
256
internal unsafe winmdroot.Foundation.HRESULT InsertMenus(winmdroot.UI.WindowsAndMessaging.HMENU hmenuShared, ref winmdroot.System.Ole.
OLEMENUGROUPWIDTHS
lpMenuWidths)
258
fixed (winmdroot.System.Ole.
OLEMENUGROUPWIDTHS
* lpMenuWidthsLocal = &lpMenuWidths)
268
private static winmdroot.Foundation.HRESULT InsertMenus(IOleInPlaceFrame* pThis, winmdroot.UI.WindowsAndMessaging.HMENU hmenuShared, winmdroot.System.Ole.
OLEMENUGROUPWIDTHS
* lpMenuWidths)
296
public unsafe winmdroot.Foundation.HRESULT InsertMenus(winmdroot.UI.WindowsAndMessaging.HMENU hmenuShared, winmdroot.System.Ole.
OLEMENUGROUPWIDTHS
* lpMenuWidths)
298
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);
536
internal delegate *unmanaged [Stdcall]<IOleInPlaceFrame*,winmdroot.UI.WindowsAndMessaging.HMENU ,winmdroot.System.Ole.
OLEMENUGROUPWIDTHS
* ,winmdroot.Foundation.HRESULT> InsertMenus_10;
602
unsafe winmdroot.Foundation.HRESULT InsertMenus(winmdroot.UI.WindowsAndMessaging.HMENU hmenuShared, winmdroot.System.Ole.
OLEMENUGROUPWIDTHS
* lpMenuWidths);
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)