1 write to BottomToolStripPanelVisible
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripContainerDesigner.cs (1)
402BottomToolStripPanelVisible = _toolStripContainer.BottomToolStripPanelVisible;
2 references to BottomToolStripPanelVisible
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ToolStripContainerDesigner.cs (2)
85get => (bool)ShadowProperties[nameof(BottomToolStripPanelVisible)]!; // This is first set in the Initialize method 88ShadowProperties[nameof(BottomToolStripPanelVisible)] = value;