15 references to
System.Windows.Forms (14)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownButton.cs (4)
29
:
base
(text, image: null, onClick: null)
35
:
base
(text: null, image, onClick: null)
41
:
base
(text, image, onClick: null)
47
:
base
(text, image, onClick)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownItem.cs (1)
46
:
this
(text, image, onClick: null)
System\Windows\Forms\Controls\ToolStrips\ToolStripMenuItem.cs (5)
66
:
base
(text, image: null, onClick: null)
72
:
base
(text: null, image, onClick: null)
78
:
base
(text, image, onClick: null)
84
:
base
(text, image, onClick)
102
:
base
(text, image, onClick)
System\Windows\Forms\Controls\ToolStrips\ToolStripSplitButton.cs (4)
40
:
base
(text, image: null, onClick: null)
46
:
base
(text: null, image, onClick: null)
52
:
base
(text, image, onClick: null)
58
:
base
(text, image, onClick)
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripDropDownItemTests.cs (1)
497
public SubToolStripDropDownItem(string text, Image image, EventHandler onClick) :
base
(text, image, onClick)