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