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