Base:
property
AutoShow
System.ComponentModel.Design.DesignerActionList.AutoShow
1 write to AutoShow
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ContextMenuStripActionListTests.cs (1)
68
_actionList.
AutoShow
= value;
2 references to AutoShow
System.Windows.Forms.Design.Tests (2)
System\Windows\Forms\Design\ContextMenuStripActionListTests.cs (2)
66
_actionList.
AutoShow
.Should().BeFalse();
69
_actionList.
AutoShow
.Should().Be(value);