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