16 references to DesignerActionMethodItem
System.Windows.Forms.Design (15)
System\ComponentModel\Design\DesignerActionMethodItem.cs (5)
31: this( 46: this( 61: this( 77: this( 93: this(
System\Windows\Forms\Design\ImageListActionList.cs (1)
52new DesignerActionMethodItem(this, nameof(ChooseImages), SR.ImageListActionList_ChooseImagesDisplayName, SR.LinksCategoryName, SR.ImageListActionList_ChooseImagesDescription, true)
System\Windows\Forms\Design\ListControlUnboundActionList.cs (1)
27new DesignerActionMethodItem(this, "InvokeItemsDialog",
System\Windows\Forms\Design\ListViewActionList.cs (3)
50new DesignerActionMethodItem(this, nameof(InvokeItemsDialog), 54new DesignerActionMethodItem(this, nameof(InvokeColumnsDialog), 58new DesignerActionMethodItem(this, nameof(InvokeGroupsDialog),
System\Windows\Forms\Design\PictureBoxActionList.cs (1)
31new DesignerActionMethodItem(
System\Windows\Forms\Design\RichTextBoxActionList.cs (1)
27new DesignerActionMethodItem(this, "EditLines", SR.EditLinesDisplayName, SR.LinksCategoryName, SR.EditLinesDescription, true),
System\Windows\Forms\Design\ToolStripActionList.cs (2)
139items.Add(new DesignerActionMethodItem( 152items.Add(new DesignerActionMethodItem(
System\Windows\Forms\Design\TreeViewActionList.cs (1)
31new DesignerActionMethodItem(
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\DesignerActionMethodItemTests.cs (1)
25DesignerActionMethodItem item = new(actionList, memberName, displayName, category, description, includeAsDesignerVerb);