1 write to BottomVisible
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ToolStripContainerActionListTests.cs (1)
117
_actionList.
BottomVisible
= newValue;
3 references to BottomVisible
System.Windows.Forms.Design (2)
System\ComponentModel\Design\ToolStripContainerActionList.cs (2)
256
if (value !=
BottomVisible
)
306
new DesignerActionPropertyItem(nameof(
BottomVisible
),
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ToolStripContainerActionListTests.cs (1)
109
bool bottomVisible = _actionList.
BottomVisible
;