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