22 references to DesignerActionPropertyItem
System.Windows.Forms.Design (20)
System\ComponentModel\Design\DesignerActionList.cs (1)
61
items.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)
304
new
DesignerActionPropertyItem
(nameof(TopVisible),
309
new
DesignerActionPropertyItem
(nameof(BottomVisible),
314
new
DesignerActionPropertyItem
(nameof(LeftVisible),
319
new
DesignerActionPropertyItem
(nameof(RightVisible),
System\Windows\Forms\Design\ContextMenuStripActionList.cs (3)
99
new
DesignerActionPropertyItem
(
108
items.Add(new
DesignerActionPropertyItem
(
114
items.Add(new
DesignerActionPropertyItem
(
System\Windows\Forms\Design\ImageListActionList.cs (2)
50
new
DesignerActionPropertyItem
(nameof(ImageSize), SR.ImageListActionList_ImageSizeDisplayName, SR.PropertiesCategoryName, SR.ImageListActionList_ImageSizeDescription),
51
new
DesignerActionPropertyItem
(nameof(ColorDepth), SR.ImageListActionList_ColorDepthDisplayName, SR.PropertiesCategoryName, SR.ImageListActionList_ColorDepthDescription),
System\Windows\Forms\Design\ListViewActionList.cs (3)
62
new
DesignerActionPropertyItem
(nameof(View),
66
new
DesignerActionPropertyItem
(nameof(SmallImageList),
70
new
DesignerActionPropertyItem
(nameof(LargeImageList),
System\Windows\Forms\Design\PictureBoxActionList.cs (1)
38
new
DesignerActionPropertyItem
(
System\Windows\Forms\Design\ToolStripActionList.cs (3)
161
items.Add(new
DesignerActionPropertyItem
(
170
items.Add(new
DesignerActionPropertyItem
(
179
items.Add(new
DesignerActionPropertyItem
(
System\Windows\Forms\Design\TreeViewActionList.cs (1)
38
new
DesignerActionPropertyItem
(
System.Windows.Forms.Design.Tests (2)
System\ComponentModel\Design\DesignerActionPropertyItemTests.cs (2)
17
DesignerActionPropertyItem item =
new
(memberName, displayName, category, description);
80
DesignerActionPropertyItem item =
new
("memberName", "displayName", "category", "description")