4 references to
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownButton.cs (1)
59: base(text, image, dropDownItems)
System\Windows\Forms\Controls\ToolStrips\ToolStripMenuItem.cs (1)
96: base(text, image, dropDownItems)
System\Windows\Forms\Controls\ToolStrips\ToolStripSplitButton.cs (1)
70: base(text, image, dropDownItems)
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripDropDownItemTests.cs (1)
505public SubToolStripDropDownItem(string text, Image image, params ToolStripItem[] dropDownItems) : base(text, image, dropDownItems)