3 references to RichTextBoxActionList
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\RichTextBoxDesigner.cs (1)
45_actionLists.Add(new RichTextBoxActionList(this));
System.Windows.Forms.Design.Tests (2)
System\Windows\Forms\Design\RichTextBoxActionListTests.cs (2)
11Action action = () => new RichTextBoxActionList(null!); 21RichTextBoxActionList actionList = new(designer);