2 instantiations of ContextMenuStripActionList
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripDropDownDesigner.cs (1)
56
ContextMenuStripActionList cmActionList =
new
(this);
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ContextMenuStripActionListTests.cs (1)
31
_actionList =
new
(_designer);
10 references to ContextMenuStripActionList
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripDropDownDesigner.cs (1)
56
ContextMenuStripActionList
cmActionList = new(this);
System.Windows.Forms.Design.Tests (9)
System\Windows\Forms\Design\ContextMenuStripActionListTests.cs (9)
18
private readonly
ContextMenuStripActionList
_actionList;
56
_actionList.Should().BeOfType<
ContextMenuStripActionList
>();
114
.Should().Contain(nameof(
ContextMenuStripActionList
.RenderMode));
129
.Should().Contain(nameof(
ContextMenuStripActionList
.RenderMode))
130
.And.Contain(nameof(
ContextMenuStripActionList
.ShowImageMargin))
131
.And.Contain(nameof(
ContextMenuStripActionList
.ShowCheckMargin));
148
.Should().Contain(nameof(
ContextMenuStripActionList
.RenderMode))
149
.And.NotContain(nameof(
ContextMenuStripActionList
.ShowImageMargin))
150
.And.NotContain(nameof(
ContextMenuStripActionList
.ShowCheckMargin));