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