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