1 write to _actionLists
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\TextBoxDesigner.cs (1)
25
_actionLists
= new DesignerActionListCollection();
3 references to _actionLists
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\TextBoxDesigner.cs (3)
23
if (
_actionLists
is null)
26
_actionLists
.Add(new TextBoxActionList(this));
29
return
_actionLists
;