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)
126if (_actionLists is null) 139_actionLists.Add(new ListControlUnboundActionList(this)); 143return _actionLists;