1 write to TopToolStripPanelVisible
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripContainerDesigner.cs (1)
47
((ToolStripContainer)Component).
TopToolStripPanelVisible
= value;
4 references to TopToolStripPanelVisible
System.Windows.Forms.Design (3)
System\ComponentModel\Design\ToolStripContainerActionList.cs (1)
241
get => (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
399
TopToolStripPanelVisible = _toolStripContainer.
TopToolStripPanelVisible
;
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ToolStripContainerDesignerTests.cs (1)
97
AssertShadowProperties("TopToolStripPanelVisible", _toolStripContainer.
TopToolStripPanelVisible
);