9 references to
System.Windows.Forms (8)
System\Windows\Forms\Controls\ToolStrips\ToolStripButton.cs (4)
27
:
base
(text, image: null, onClick: null)
33
:
base
(text: null, image, onClick: null)
39
:
base
(text, image, onClick: null)
45
:
base
(text, image, onClick)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownItem.cs (1)
36
:
base
(text, image, onClick)
System\Windows\Forms\Controls\ToolStrips\ToolStripLabel.cs (3)
35
:
base
(text, image: null, onClick: null)
40
:
base
(text: null, image, onClick: null)
45
:
base
(text, image, onClick: null)
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripItemTests.cs (1)
15508
public SubToolStripItem(string text, Image image, EventHandler onClick) :
base
(text, image, onClick)