1 write to BottomToolStripPanelVisible
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripContainerDesigner.cs (1)
89((ToolStripContainer)Component).BottomToolStripPanelVisible = value;
3 references to BottomToolStripPanelVisible
System.Windows.Forms.Design (3)
System\ComponentModel\Design\ToolStripContainerActionList.cs (1)
247get => (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;