2 writes to hasHandle
System.Windows.Forms (2)
winforms\Managed\System\WinForms\MenuItem.cs (2)
859hasHandle = info.hSubMenu != IntPtr.Zero; 1473hasHandle = info.hSubMenu != IntPtr.Zero;
3 references to hasHandle
System.Windows.Forms (3)
winforms\Managed\System\WinForms\MenuItem.cs (3)
1084if (!hasHandle && IsParent) 1314if (recreate || (hasHandle && !IsParent)) { 1470if (hasHandle && info.hSubMenu == IntPtr.Zero) {