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)
286if (value != RightVisible) 316new DesignerActionPropertyItem(nameof(RightVisible),
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ToolStripContainerActionListTests.cs (1)
139bool rightVisible = _actionList.RightVisible;