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)
128if (_actionLists is null) 141_actionLists.Add(new ListControlUnboundActionList(this)); 145return _actionLists;