3 references to DesignerActionVerbItem
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ControlDesigner.DockingActionList.cs (1)
51items.Add(new DesignerActionVerbItem(new DesignerVerb(actionName, OnDockActionClick)));
System\Windows\Forms\Design\DesignerActionVerbList.cs (1)
25items.Add(new DesignerActionVerbItem(_verbs[i]));
System\Windows\Forms\Design\SplitContainerDesigner.OrientationActionList.cs (1)
62new DesignerActionVerbItem(new DesignerVerb(_actionName!, OnOrientationActionClick))