1 write to TopVisible
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ToolStripContainerActionListTests.cs (1)
102_actionList.TopVisible = newValue;
3 references to TopVisible
System.Windows.Forms.Design (2)
System\ComponentModel\Design\ToolStripContainerActionList.cs (2)
241if (value != TopVisible) 301new DesignerActionPropertyItem(nameof(TopVisible),
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ToolStripContainerActionListTests.cs (1)
94bool topVisible = _actionList.TopVisible;