2 instantiations of ContextMenuStripActionList
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripDropDownDesigner.cs (1)
56ContextMenuStripActionList 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)
56ContextMenuStripActionList cmActionList = new(this);
System.Windows.Forms.Design.Tests (9)
System\Windows\Forms\Design\ContextMenuStripActionListTests.cs (9)
18private 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));