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)
256get => (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 402BottomToolStripPanelVisible = _toolStripContainer.BottomToolStripPanelVisible;
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ToolStripContainerDesignerTests.cs (1)
100AssertShadowProperties("BottomToolStripPanelVisible", _toolStripContainer.BottomToolStripPanelVisible);
System.Windows.Forms.Tests (1)
ToolStripContainerTests.cs (1)
115_toolStripContainer.BottomToolStripPanelVisible.Should().Be(value);