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)
271
if (value !=
LeftVisible
)
311
new DesignerActionPropertyItem(nameof(
LeftVisible
),
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ToolStripContainerActionListTests.cs (1)
124
bool leftVisible = _actionList.
LeftVisible
;