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