5 references to ListControlUnboundActionList
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ComboBoxDesigner.cs (1)
139_actionLists.Add(new ListControlUnboundActionList(this));
System\Windows\Forms\Design\ListBoxDesigner.cs (2)
200_actionLists.Add(new ListControlUnboundActionList(this)); 213_actionLists.Add(new ListControlUnboundActionList(this));
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ListControlUnboundActionListTests.cs (1)
21_actionList = new(_designer);
System.Windows.Forms.UI.IntegrationTests (1)
ListControlUnboundActionListTests.cs (1)
17ListControlUnboundActionList actionList = new(listViewDesigner);