10 references to ToolStripStatusLabel
Accessibility_Core_App (3)
Menu_Toolbars_controls.Designer.cs (1)
89
toolStripStatusLabel1 = new
ToolStripStatusLabel
();
ToolStripContainer.Designer.cs (2)
54
this.toolStripStatusLabel1 = new System.Windows.Forms.
ToolStripStatusLabel
();
55
this.toolStripStatusLabel2 = new System.Windows.Forms.
ToolStripStatusLabel
();
System.Windows.Forms.Tests (6)
System\Windows\Forms\AccessibleObjects\StatusStrip.StatusStripAccessibleObjectTests.cs (1)
931
return new
ToolStripStatusLabel
()
System\Windows\Forms\AccessibleObjects\ToolStripStatusLabel.ToolStripStatusLabelAccessibleObjectTests.cs (4)
14
using ToolStripStatusLabel toolStripStatusLabel =
new
();
25
using ToolStripStatusLabel toolStripStatusLabel =
new
();
39
using ToolStripStatusLabel toolStripStatusLabel =
new
();
67
using ToolStripStatusLabel toolStripStatusLabel =
new
();
System\Windows\Forms\ToolStripStatusLabelTests.cs (1)
17
_toolStripStatusLabel =
new
();
WinFormsControlsTest (1)
ToolStripTests.Designer.cs (1)
42
this.toolStripStatusLabel1 = new System.Windows.Forms.
ToolStripStatusLabel
();