44 references to StatusStrip
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ToolStripActionListTests.cs (1)
149var statusStrip = new StatusStrip
System.Windows.Forms.Tests (40)
System\Windows\Forms\AccessibleObjects\StatusStrip.StatusStripAccessibleObjectTests.cs (8)
17using StatusStrip statusStrip = new() 32using StatusStrip statusStrip = new(); 43using StatusStrip statusStrip = new() 57using StatusStrip statusStrip = new() 71using StatusStrip statusStrip = new(); 83using StatusStrip statusStrip = new(); 111using StatusStrip statusStrip = new(); 889StatusStrip statusStrip = new();
System\Windows\Forms\StatusStripTests.cs (17)
181using StatusStrip control = new(); 281using StatusStrip control = new() 326using StatusStrip control = new(); 373using StatusStrip control = new() 409using StatusStrip control = new(); 434using StatusStrip control = new(); 473using StatusStrip control = new(); 516using StatusStrip control = new() 552using StatusStrip control = new(); 580using StatusStrip control = new(); 608using StatusStrip control = new(); 615using StatusStrip control = new(); 703using StatusStrip control = new() 739using StatusStrip control = new() 801using StatusStrip control = new(); 841using StatusStrip control = new() 905using StatusStrip control = new()
System\Windows\Forms\StatusStripTests.Rendering.cs (1)
17using StatusStrip statusStrip = new StatusStrip
System\Windows\Forms\ToolStripControlHostTests.cs (4)
1388using StatusStrip statusParent = new(); 1456using StatusStrip statusParent = new(); 3101using StatusStrip statusParent = new(); 3170using StatusStrip statusParent = new();
System\Windows\Forms\ToolStripItemTests.cs (6)
2082using StatusStrip owner = new(); 2093using StatusStrip parent = new(); 6445using StatusStrip statusOwner = new(); 6494using StatusStrip statusOwner = new(); 6967using StatusStrip statusParent = new(); 7023using StatusStrip statusParent = new();
System\Windows\Forms\ToolStripRendererTests.cs (4)
478yield return new object[] { new StatusStrip() }; 479yield return new object[] { new StatusStrip { GripStyle = ToolStripGripStyle.Hidden } }; 480yield return new object[] { new StatusStrip { RightToLeft = RightToLeft.Yes } }; 525yield return new object[] { new ToolStripRenderEventArgs(graphics, new StatusStrip()) };
TestPassApp (2)
Menu_Toolbars_controls.Designer.cs (1)
79statusStrip1 = new StatusStrip();
ToolStripContainer.Designer.cs (1)
50this.statusStrip1 = new System.Windows.Forms.StatusStrip();
WinFormsControlsTest (1)
ToolStripTests.Designer.cs (1)
35this.statusStrip1 = new System.Windows.Forms.StatusStrip();