1 write to RightVisible
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ToolStripContainerActionListTests.cs (1)
147
_actionList.
RightVisible
= newValue;
3 references to RightVisible
System.Windows.Forms.Design (2)
System\ComponentModel\Design\ToolStripContainerActionList.cs (2)
286
if (value !=
RightVisible
)
316
new DesignerActionPropertyItem(nameof(
RightVisible
),
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ToolStripContainerActionListTests.cs (1)
139
bool rightVisible = _actionList.
RightVisible
;