1 write to TopToolStripPanelVisible
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripContainerDesigner.cs (1)
47((ToolStripContainer)Component).TopToolStripPanelVisible = value;
3 references to TopToolStripPanelVisible
System.Windows.Forms.Design (3)
System\ComponentModel\Design\ToolStripContainerActionList.cs (1)
232get => (bool)(GetProperty(_toolStripContainer, nameof(ToolStripContainer.TopToolStripPanelVisible)) ?? false);
System\Windows\Forms\Design\ToolStripContainerDesigner.cs (2)
38/// Shadow the <see cref="ToolStripContainer.TopToolStripPanelVisible"/> property at design-time 399TopToolStripPanelVisible = _toolStripContainer.TopToolStripPanelVisible;