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)
256if (value != BottomVisible) 306new DesignerActionPropertyItem(nameof(BottomVisible),
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ToolStripContainerActionListTests.cs (1)
109bool bottomVisible = _actionList.BottomVisible;