43 references to StatusStrip
Accessibility_Core_App (2)
Menu_Toolbars_controls.Designer.cs (1)
79statusStrip1 = new StatusStrip();
ToolStripContainer.Designer.cs (1)
50this.statusStrip1 = new System.Windows.Forms.StatusStrip();
System.Windows.Forms.Tests (40)
System\Windows\Forms\AccessibleObjects\StatusStrip.StatusStripAccessibleObjectTests.cs (8)
15using StatusStrip statusStrip = new() 30using StatusStrip statusStrip = new(); 41using StatusStrip statusStrip = new() 55using StatusStrip statusStrip = new() 69using StatusStrip statusStrip = new(); 81using StatusStrip statusStrip = new(); 109using StatusStrip statusStrip = new(); 887StatusStrip statusStrip = new();
System\Windows\Forms\StatusStripTests.cs (17)
179using StatusStrip control = new(); 279using StatusStrip control = new() 324using StatusStrip control = new(); 371using StatusStrip control = new() 407using StatusStrip control = new(); 432using StatusStrip control = new(); 471using StatusStrip control = new(); 514using StatusStrip control = new() 550using StatusStrip control = new(); 578using StatusStrip control = new(); 606using StatusStrip control = new(); 613using StatusStrip control = new(); 701using StatusStrip control = new() 737using StatusStrip control = new() 799using StatusStrip control = new(); 839using StatusStrip control = new() 903using StatusStrip control = new()
System\Windows\Forms\StatusStripTests.Rendering.cs (1)
15using StatusStrip statusStrip = new StatusStrip
System\Windows\Forms\ToolStripControlHostTests.cs (4)
1386using StatusStrip statusParent = new(); 1454using StatusStrip statusParent = new(); 3099using StatusStrip statusParent = new(); 3168using StatusStrip statusParent = new();
System\Windows\Forms\ToolStripItemTests.cs (6)
2081using StatusStrip owner = new(); 2092using StatusStrip parent = new(); 6444using StatusStrip statusOwner = new(); 6493using StatusStrip statusOwner = new(); 6966using StatusStrip statusParent = new(); 7022using StatusStrip statusParent = new();
System\Windows\Forms\ToolStripRendererTests.cs (4)
476yield return new object[] { new StatusStrip() }; 477yield return new object[] { new StatusStrip { GripStyle = ToolStripGripStyle.Hidden } }; 478yield return new object[] { new StatusStrip { RightToLeft = RightToLeft.Yes } }; 523yield return new object[] { new ToolStripRenderEventArgs(graphics, new StatusStrip()) };
WinFormsControlsTest (1)
ToolStripTests.Designer.cs (1)
35this.statusStrip1 = new System.Windows.Forms.StatusStrip();