3 references to GetMenu
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.cs (1)
891HMENU hMenu = PInvoke.GetMenu(toplevelControl);
System\Windows\Forms\Form.cs (2)
6208HMENU hMenu = PInvoke.GetMenu(this); 6353HMENU hMenu = PInvoke.GetMenu(this);