24 references to ToolStripLabel
Accessibility_Core_App (3)
DataControls.Designer.cs (3)
35
this.bindingNavigatorCountItem = new System.Windows.Forms.
ToolStripLabel
();
46
this.toolStripLabel1 = new System.Windows.Forms.
ToolStripLabel
();
53
this.toolStripLabel2 = new System.Windows.Forms.
ToolStripLabel
();
System.Windows.Forms (2)
System\Windows\Forms\DataBinding\BindingNavigator.cs (1)
137
CountItem = new
ToolStripLabel
();
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
781
_pageToolStripLabel = new
ToolStripLabel
();
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
311
ToolStripLabel label =
new
();
System\Windows\Forms\Design\ToolStripTemplateNode.cs (1)
1366
_centerLabel = new
ToolStripLabel
System.Windows.Forms.Tests (13)
System\Windows\Forms\AccessibleObjects\Control.ControlAccessibleObjectTests.cs (2)
1530
using ToolStripLabel label =
new
();
1568
using ToolStripLabel label =
new
();
System\Windows\Forms\AccessibleObjects\ToolStripLabel.ToolStripLabelAccessibleObjectTests.cs (5)
15
using ToolStripLabel toolStripLabel =
new
();
26
using ToolStripLabel toolStripLabel =
new
();
40
using ToolStripLabel toolStripLabel =
new
();
68
using ToolStripLabel toolStripLabel =
new
();
80
using ToolStripLabel toolStripLabel =
new
() { IsLink = isLink };
System\Windows\Forms\AccessibleObjects\ToolStripProgressBar.ToolStripProgressBarControl.ToolStripProgressBarControlAccessibleObjectTests.cs (1)
120
using ToolStripLabel label =
new
() { Text = "Label" };
System\Windows\Forms\ControlTests.cs (3)
942
using ToolStripLabel toolStrip2_Label1 =
new
();
989
using ToolStripLabel toolStrip1_Label1 =
new
();
999
using ToolStripLabel toolStrip2_Label1 =
new
();
System\Windows\Forms\ToolStripLabelTests.cs (2)
12
private readonly ToolStripLabel _toolStripLabel =
new
();
18
using ToolStripLabel toolStripLabel =
new
();
WinFormsControlsTest (4)
ToolStripSeparatorPreferredSize.cs (2)
32
_toolStripLabel1 = new
ToolStripLabel
();
33
_toolStripLabel2 = new
ToolStripLabel
();
ToolStripTests.Designer.cs (2)
38
this.toolStripLabel1 = new System.Windows.Forms.
ToolStripLabel
();
60
this.toolStrip4_Label1 = new System.Windows.Forms.
ToolStripLabel
();