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)
195if (_actionLists is null) 200_actionLists.Add(new ListControlUnboundActionList(this)); 213_actionLists.Add(new ListControlUnboundActionList(this)); 218return _actionLists;