1 write to _actionLists
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\PictureBoxDesigner.cs (1)
111_actionLists = new DesignerActionListCollection();
3 references to _actionLists
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\PictureBoxDesigner.cs (3)
109if (_actionLists is null) 112_actionLists.Add(new PictureBoxActionList(this)); 115return _actionLists;