7 references to BottomToolStripPanel
DesignSurface (1)
MainForm.cs (1)
316
bottomToolStripPanel = toolStripContainer.
BottomToolStripPanel
;
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripContainer.cs (2)
157
return
BottomToolStripPanel
.Visible;
161
BottomToolStripPanel
.Visible = value;
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripContainerDesigner.cs (1)
366
_bottomToolStripPanel = _toolStripContainer.
BottomToolStripPanel
;
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ToolStripContainerDesignerTests.cs (1)
88
value.Should().Contain(_toolStripContainer.
BottomToolStripPanel
);
System.Windows.Forms.Tests (2)
ToolStripContainerTests.cs (2)
28
_toolStripContainer.
BottomToolStripPanel
.Should().NotBeNull();
33
_toolStripContainer.
BottomToolStripPanel
.Dock.Should().Be(DockStyle.Bottom);