5 references to new
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStripLabel.cs (1)
50
:
this
(text, image, isLink, onClick: null)
System\Windows\Forms\Controls\ToolStrips\ToolStripStatusLabel.cs (3)
30
:
base
(text, image: null, isLink: false, onClick: null)
35
:
base
(text: null, image, isLink: false, onClick: null)
40
:
base
(text, image, isLink: false, onClick: null)
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripLabelTests.cs (1)
85
using ToolStripLabel toolStripLabel =
new
(text, image, isLink, onClick);