3 references to Menu
System.Windows.Forms (3)
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (3)
439
return System.Internal.HandleCollector.Add(IntCreateMenu(), NativeMethods.CommonHandles.
Menu
);
1442
return System.Internal.HandleCollector.Add(IntCreatePopupMenu(), NativeMethods.CommonHandles.
Menu
);
1453
System.Internal.HandleCollector.Remove((IntPtr)hMenu, NativeMethods.CommonHandles.
Menu
);