1 write to LeftVisible
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ToolStripContainerActionListTests.cs (1)
132_actionList.LeftVisible = newValue;
3 references to LeftVisible
System.Windows.Forms.Design (2)
System\ComponentModel\Design\ToolStripContainerActionList.cs (2)
271if (value != LeftVisible) 311new DesignerActionPropertyItem(nameof(LeftVisible),
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ToolStripContainerActionListTests.cs (1)
124bool leftVisible = _actionList.LeftVisible;