3 overrides of AutoShow
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ContextMenuStripActionList.cs (1)
44
public override bool
AutoShow
System\Windows\Forms\Design\DesignerActionVerbList.cs (1)
16
public override bool
AutoShow
=> false;
System\Windows\Forms\Design\ToolStripActionList.cs (1)
70
public override bool
AutoShow
6 writes to AutoShow
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\DataGridViewDesigner.cs (1)
208
AutoShow
= true
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
382
_actionLists[0].
AutoShow
= true;
System\Windows\Forms\Design\ToolStripContainerDesigner.cs (1)
102
AutoShow
= true
System.Windows.Forms.Design.Tests (3)
System\ComponentModel\Design\DesignerActionListTests.cs (2)
32
AutoShow
= value
37
list.
AutoShow
= value;
System\Windows\Forms\Design\ContextMenuStripActionListTests.cs (1)
70
_actionList.
AutoShow
= value;
8 references to AutoShow
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionUIService.cs (1)
92
if (coll[i]?.
AutoShow
== true)
System.Windows.Forms.Design.Tests (7)
System\ComponentModel\Design\DesignerActionListTests.cs (3)
23
Assert.False(list.
AutoShow
);
34
Assert.Equal(value, list.
AutoShow
);
38
Assert.Equal(value, list.
AutoShow
);
System\ComponentModel\Design\DesignerActionServiceTests.cs (1)
500
Assert.False(actionList.
AutoShow
);
System\Windows\Forms\Design\ContextMenuStripActionListTests.cs (2)
68
_actionList.
AutoShow
.Should().BeFalse();
71
_actionList.
AutoShow
.Should().Be(value);
System\Windows\Forms\Design\ToolStripContainerDesignerTests.cs (1)
53
toolStripContainerActionList.
AutoShow
.Should().BeTrue();