6 references to DesignerActionMethodItem
DesignSurface (1)
CustomControls\DesignerActionVerbItem.cs (1)
13public DesignerActionVerbItem(DesignerVerb verb) : base(null, null, null)
System.Windows.Forms.Design (4)
System\ComponentModel\Design\ToolStripContainerActionList.cs (2)
331items.Add(new DesignerActionMethodItem( 339items.Add(new DesignerActionMethodItem(this, nameof(ReparentControls), SR.DesignerShortcutReparentControls));
System\Windows\Forms\Design\DesignerActionVerbItem.cs (1)
10public DesignerActionVerbItem(DesignerVerb verb) : base(null, null, null)
System\Windows\Forms\Design\MaskedTextBoxDesignerActionList.cs (1)
60DesignerActionItemCollection items = [new DesignerActionMethodItem(this, "SetMask", SR.MaskedTextBoxDesignerVerbsSetMaskDesc)];
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\DesignerActionMethodItemTests.cs (1)
153DesignerActionMethodItem item = new(actionList, memberName, displayName);