4 references to GetMenuItemCount
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Control.cs (1)
6679
int count = UnsafeNativeMethods.
GetMenuItemCount
(new HandleRef(null, childMenu));
winforms\Managed\System\WinForms\Menu.cs (1)
282
while (UnsafeNativeMethods.
GetMenuItemCount
(new HandleRef(this, handle)) > 0) {
winforms\Managed\System\WinForms\MenuItem.cs (1)
473
int count = UnsafeNativeMethods.
GetMenuItemCount
(new HandleRef(menu, menu.Handle));
winforms\Managed\System\WinForms\ToolStripDropDownMenu.cs (1)
281
int count = UnsafeNativeMethods.
GetMenuItemCount
(menuHandle);