4 references to
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStripLabel.cs (1)
51
public ToolStripLabel(string text, Image image, bool isLink):
this
(text,image,isLink, null) {
winforms\Managed\System\WinForms\ToolStripStatusLabel.cs (3)
46
public ToolStripStatusLabel(string text):
base
(text,null,false,null) {
49
public ToolStripStatusLabel(Image image):
base
(null,image,false,null) {
52
public ToolStripStatusLabel(string text, Image image):
base
(text,image,false,null) {