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)
42
if (
_actionLists
is null)
45
_actionLists
.Add(new RichTextBoxActionList(this));
48
return
_actionLists
;