2 instantiations of ToolStripContainerActionList
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripContainerDesigner.cs (1)
100ToolStripContainerActionList actionList = new(_toolStripContainer!)
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ToolStripContainerActionListTests.cs (1)
24_actionList = new(_toolStripContainer);
6 references to ToolStripContainerActionList
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ToolStripContainerDesigner.cs (1)
100ToolStripContainerActionList actionList = new(_toolStripContainer!)
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (1)
123/// Called from <see cref="ToolStripContainerActionList"/> to set the Expanded
System.Windows.Forms.Design.Tests (4)
System\Windows\Forms\Design\ToolStripContainerActionListTests.cs (1)
15private readonly ToolStripContainerActionList _actionList;
System\Windows\Forms\Design\ToolStripContainerDesignerTests.cs (3)
44actionLists[0].Should().BeOfType<ToolStripContainerActionList>(); 50var toolStripContainerActionList = _designer.ActionLists.OfType<ToolStripContainerActionList>().Single();