10 references to ToolStripStatusLabel
System.Windows.Forms.Tests (6)
System\Windows\Forms\AccessibleObjects\StatusStrip.StatusStripAccessibleObjectTests.cs (1)
933return new ToolStripStatusLabel()
System\Windows\Forms\AccessibleObjects\ToolStripStatusLabel.ToolStripStatusLabelAccessibleObjectTests.cs (4)
16using ToolStripStatusLabel toolStripStatusLabel = new(); 27using ToolStripStatusLabel toolStripStatusLabel = new(); 41using ToolStripStatusLabel toolStripStatusLabel = new(); 69using ToolStripStatusLabel toolStripStatusLabel = new();
System\Windows\Forms\ToolStripStatusLabelTests.cs (1)
15_toolStripStatusLabel = new();
TestPassApp (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();
WinFormsControlsTest (1)
ToolStripTests.Designer.cs (1)
42this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();