1 write to hSubMenu
System.Windows.Forms (1)
winforms\Managed\System\WinForms\MenuItem.cs (1)
906info.hSubMenu = Handle;
5 references to hSubMenu
System.Windows.Forms (5)
winforms\Managed\System\WinForms\MenuItem.cs (5)
485if ((info.hSubMenu == IntPtr.Zero || info.hSubMenu == Handle) && info.wID == id) { 859hasHandle = info.hSubMenu != IntPtr.Zero; 1470if (hasHandle && info.hSubMenu == IntPtr.Zero) { 1473hasHandle = info.hSubMenu != IntPtr.Zero;