4 references to GetMenuItemCount
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownMenu.cs (1)
214
int count = PInvoke.
GetMenuItemCount
(hmenu);
System.Windows.Forms.Primitives (2)
Windows\Win32\PInvoke.GetMenuItemCount.cs (2)
8
/// <inheritdoc cref="
GetMenuItemCount
(HMENU)"/>
12
int result =
GetMenuItemCount
(hMenu.Handle);
System.Windows.Forms.Tests (1)
System\Windows\Forms\MdiControlStripTests.cs (1)
309
int menuItemCount = PInvoke.
GetMenuItemCount
((HMENU)menuHandle);