1 write to _actionLists
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ListViewDesigner.cs (1)
180
_actionLists
= new DesignerActionListCollection();
3 references to _actionLists
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ListViewDesigner.cs (3)
178
if (
_actionLists
is null)
181
_actionLists
.Add(new ListViewActionList(this));
184
return
_actionLists
;