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