16 references to DesignerActionListCollection
System.Windows.Forms.Design (16)
System\Windows\Forms\Design\Behavior\DesignerActionBehavior.cs (1)
61
DesignerActionListCollection lists =
new
();
System\Windows\Forms\Design\ComboBoxDesigner.cs (1)
128
_actionLists = new
DesignerActionListCollection
();
System\Windows\Forms\Design\DataGridViewDesigner.cs (1)
195
_actionLists = new
DesignerActionListCollection
();
System\Windows\Forms\Design\ImageListDesigner.cs (1)
137
_actionLists ??= new
DesignerActionListCollection
System\Windows\Forms\Design\ListBoxDesigner.cs (1)
197
_actionLists = new
DesignerActionListCollection
();
System\Windows\Forms\Design\ListViewDesigner.cs (1)
178
_actionLists = new
DesignerActionListCollection
();
System\Windows\Forms\Design\MaskedTextBoxDesigner.cs (1)
32
_actions = new
DesignerActionListCollection
();
System\Windows\Forms\Design\NotifyIconDesigner.cs (1)
24
_actionLists ??= new
DesignerActionListCollection
System\Windows\Forms\Design\PictureBoxDesigner.cs (1)
111
_actionLists = new
DesignerActionListCollection
();
System\Windows\Forms\Design\RichTextBoxDesigner.cs (1)
44
_actionLists = new
DesignerActionListCollection
();
System\Windows\Forms\Design\SplitContainerDesigner.cs (1)
43
DesignerActionListCollection designerActionListCollection =
new
();
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
374
_actionLists = new
DesignerActionListCollection
();
System\Windows\Forms\Design\TextBoxDesigner.cs (1)
25
_actionLists = new
DesignerActionListCollection
();
System\Windows\Forms\Design\ToolStripDesigner.cs (1)
69
DesignerActionListCollection actionLists =
new
();
System\Windows\Forms\Design\ToolStripDropDownDesigner.cs (1)
54
DesignerActionListCollection actionLists =
new
();
System\Windows\Forms\Design\TreeViewDesigner.cs (1)
72
public override DesignerActionListCollection ActionLists => _actionLists ??= new
DesignerActionListCollection