1 write to _actionLists
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ComboBoxDesigner.cs (1)
128
_actionLists
= new DesignerActionListCollection();
3 references to _actionLists
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ComboBoxDesigner.cs (3)
126
if (
_actionLists
is null)
139
_actionLists
.Add(new ListControlUnboundActionList(this));
143
return
_actionLists
;