22 references to DesignerActionPropertyItem
System.Windows.Forms.Design (20)
System\ComponentModel\Design\DesignerActionList.cs (1)
61items.Add(dispName, new DesignerActionPropertyItem(info.Name, dispName, cat, desc));
System\ComponentModel\Design\DesignerActionPropertyItem.cs (2)
15: this(memberName, displayName, category: null, description: null) 20: this(memberName, displayName, category, description: null)
System\ComponentModel\Design\ToolStripContainerActionList.cs (4)
304new DesignerActionPropertyItem(nameof(TopVisible), 309new DesignerActionPropertyItem(nameof(BottomVisible), 314new DesignerActionPropertyItem(nameof(LeftVisible), 319new DesignerActionPropertyItem(nameof(RightVisible),
System\Windows\Forms\Design\ContextMenuStripActionList.cs (3)
99new DesignerActionPropertyItem( 108items.Add(new DesignerActionPropertyItem( 114items.Add(new DesignerActionPropertyItem(
System\Windows\Forms\Design\ImageListActionList.cs (2)
50new DesignerActionPropertyItem(nameof(ImageSize), SR.ImageListActionList_ImageSizeDisplayName, SR.PropertiesCategoryName, SR.ImageListActionList_ImageSizeDescription), 51new DesignerActionPropertyItem(nameof(ColorDepth), SR.ImageListActionList_ColorDepthDisplayName, SR.PropertiesCategoryName, SR.ImageListActionList_ColorDepthDescription),
System\Windows\Forms\Design\ListViewActionList.cs (3)
62new DesignerActionPropertyItem(nameof(View), 66new DesignerActionPropertyItem(nameof(SmallImageList), 70new DesignerActionPropertyItem(nameof(LargeImageList),
System\Windows\Forms\Design\PictureBoxActionList.cs (1)
38new DesignerActionPropertyItem(
System\Windows\Forms\Design\ToolStripActionList.cs (3)
161items.Add(new DesignerActionPropertyItem( 170items.Add(new DesignerActionPropertyItem( 179items.Add(new DesignerActionPropertyItem(
System\Windows\Forms\Design\TreeViewActionList.cs (1)
38new DesignerActionPropertyItem(
System.Windows.Forms.Design.Tests (2)
System\ComponentModel\Design\DesignerActionPropertyItemTests.cs (2)
17DesignerActionPropertyItem item = new(memberName, displayName, category, description); 80DesignerActionPropertyItem item = new("memberName", "displayName", "category", "description")