3 references to ToolStripLabel
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ToolStripEditorManagerTests.cs (1)
138
centerLabelField?.SetValue(mockToolStripTemplateNode.Object, new
ToolStripLabel
("Test"));
System.Windows.Forms.Tests (2)
System\Windows\Forms\Layout\TableLayoutSettingsTypeConverterTests.cs (1)
175
toolStrip.Items.Add(new
ToolStripLabel
("text"));
System\Windows\Forms\ToolStripLabelTests.cs (1)
28
using ToolStripLabel toolStripLabel =
new
(text);