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)
43
private
ToolStripActionList
_actionLists; // Action List on Chrome...
System.Windows.Forms.Design.Tests (2)
System\Windows\Forms\Design\ToolStripActionListTests.cs (2)
17
private readonly
ToolStripActionList
_actionList;
54
_actionList.Should().BeOfType<
ToolStripActionList
>();