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)
23if (_actionLists is null) 26_actionLists.Add(new TextBoxActionList(this)); 29return _actionLists;