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