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