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)
17
ListControlUnboundActionList actionList =
new
(listViewDesigner);