1 write to TopVisible
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ToolStripContainerActionListTests.cs (1)
102
_actionList.
TopVisible
= newValue;
3 references to TopVisible
System.Windows.Forms.Design (2)
System\ComponentModel\Design\ToolStripContainerActionList.cs (2)
241
if (value !=
TopVisible
)
301
new DesignerActionPropertyItem(nameof(
TopVisible
),
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ToolStripContainerActionListTests.cs (1)
94
bool topVisible = _actionList.
TopVisible
;