1 write to _actionLists
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\RichTextBoxDesigner.cs (1)
44_actionLists = new DesignerActionListCollection();
3 references to _actionLists
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\RichTextBoxDesigner.cs (3)
42if (_actionLists is null) 45_actionLists.Add(new RichTextBoxActionList(this)); 48return _actionLists;