2 instantiations of ToolStripActionList
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripDesigner.cs (1)
71_actionLists ??= new ToolStripActionList(this);
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ToolStripActionListTests.cs (1)
29_actionList = new(_designer);
3 references to ToolStripActionList
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripDesigner.cs (1)
43private ToolStripActionList _actionLists; // Action List on Chrome...
System.Windows.Forms.Design.Tests (2)
System\Windows\Forms\Design\ToolStripActionListTests.cs (2)
17private readonly ToolStripActionList _actionList; 54_actionList.Should().BeOfType<ToolStripActionList>();