3 references to ToolStripMenuItem
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownMenu.cs (1)
248itemToAdd = new ToolStripMenuItem(hmenu, (int)info.wID, targetWindow);
System\Windows\Forms\MDI\MdiControlStrip.ControlBoxMenuItem.cs (1)
12: base(hMenu, (int)nativeMenuCommandId, targetWindow)
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripMenuItemTests.cs (1)
423internal SubToolStripMenuItem(HMENU hmenu, int nativeMenuCommandId, IWin32Window targetWindow) : base(hmenu, nativeMenuCommandId, targetWindow)