2 writes to BottomToolStripPanelVisible
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripContainerDesigner.cs (1)
89
((ToolStripContainer)Component).
BottomToolStripPanelVisible
= value;
System.Windows.Forms.Tests (1)
ToolStripContainerTests.cs (1)
114
_toolStripContainer.
BottomToolStripPanelVisible
= value;
5 references to BottomToolStripPanelVisible
System.Windows.Forms.Design (3)
System\ComponentModel\Design\ToolStripContainerActionList.cs (1)
256
get => (bool)(GetProperty(_toolStripContainer, nameof(ToolStripContainer.
BottomToolStripPanelVisible
)) ?? false);
System\Windows\Forms\Design\ToolStripContainerDesigner.cs (2)
80
/// Shadow the <see cref="ToolStripContainer.
BottomToolStripPanelVisible
"/> property at design-time
402
BottomToolStripPanelVisible = _toolStripContainer.
BottomToolStripPanelVisible
;
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ToolStripContainerDesignerTests.cs (1)
100
AssertShadowProperties("BottomToolStripPanelVisible", _toolStripContainer.
BottomToolStripPanelVisible
);
System.Windows.Forms.Tests (1)
ToolStripContainerTests.cs (1)
115
_toolStripContainer.
BottomToolStripPanelVisible
.Should().Be(value);