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