3 instantiations of DesignerActionVerbList
System.Windows.Forms.Design (3)
System\ComponentModel\Design\DesignerActionService.cs (1)
213actionLists.Add(new DesignerActionVerbList([.. verbsArray]));
System\Windows\Forms\Design\ToolStripDesigner.cs (1)
81actionLists.Add(new DesignerActionVerbList(verbsArray));
System\Windows\Forms\Design\ToolStripDropDownDesigner.cs (1)
68actionLists.Add(new DesignerActionVerbList(cmverbsArray));