1 write to _actionLists
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ListBoxDesigner.cs (1)
197
_actionLists
= new DesignerActionListCollection();
4 references to _actionLists
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\ListBoxDesigner.cs (4)
195
if (
_actionLists
is null)
200
_actionLists
.Add(new ListControlUnboundActionList(this));
213
_actionLists
.Add(new ListControlUnboundActionList(this));
218
return
_actionLists
;