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)
109
if (
_actionLists
is null)
112
_actionLists
.Add(new PictureBoxActionList(this));
115
return
_actionLists
;