6 instantiations of MENUITEMINFOW
System.Windows.Forms (6)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownMenu.cs (3)
223
MENUITEMINFOW info =
new
()
239
info =
new
()
251
info =
new
()
System\Windows\Forms\Controls\ToolStrips\ToolStripMenuItem.cs (3)
591
MENUITEMINFOW info =
new
()
614
MENUITEMINFOW info =
new
()
663
MENUITEMINFOW info =
new
()
16 references to MENUITEMINFOW
System.Windows.Forms (11)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownMenu.cs (4)
223
MENUITEMINFOW
info = new()
225
cbSize = (uint)sizeof(
MENUITEMINFOW
),
241
cbSize = (uint)sizeof(
MENUITEMINFOW
),
253
cbSize = (uint)sizeof(
MENUITEMINFOW
),
System\Windows\Forms\Controls\ToolStrips\ToolStripMenuItem.cs (7)
34
/// It corresponds to <see cref="
MENUITEMINFOW
.wID"/>.
591
MENUITEMINFOW
info = new()
593
cbSize = (uint)sizeof(
MENUITEMINFOW
),
614
MENUITEMINFOW
info = new()
616
cbSize = (uint)sizeof(
MENUITEMINFOW
),
663
MENUITEMINFOW
info = new()
665
cbSize = (uint)sizeof(
MENUITEMINFOW
),
System.Windows.Forms.Primitives (5)
Windows.Win32.PInvoke.USER32.dll.g.cs (5)
1566
/// <inheritdoc cref="GetMenuItemInfo(winmdroot.UI.WindowsAndMessaging.HMENU, uint, winmdroot.Foundation.BOOL, winmdroot.UI.WindowsAndMessaging.
MENUITEMINFOW
*)"/>
1568
internal static unsafe winmdroot.Foundation.BOOL GetMenuItemInfo(winmdroot.UI.WindowsAndMessaging.HMENU hmenu, uint item, winmdroot.Foundation.BOOL fByPosition, ref winmdroot.UI.WindowsAndMessaging.
MENUITEMINFOW
lpmii)
1570
fixed (winmdroot.UI.WindowsAndMessaging.
MENUITEMINFOW
* lpmiiLocal = &lpmii)
1602
internal static unsafe winmdroot.Foundation.BOOL GetMenuItemInfo(winmdroot.UI.WindowsAndMessaging.HMENU hmenu, uint item, winmdroot.Foundation.BOOL fByPosition, winmdroot.UI.WindowsAndMessaging.
MENUITEMINFOW
* lpmii)
1610
static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.UI.WindowsAndMessaging.HMENU hmenu, uint item, winmdroot.Foundation.BOOL fByPosition, winmdroot.UI.WindowsAndMessaging.
MENUITEMINFOW
* lpmii);