24 instantiations of DesignerActionPropertyItem
System.Windows.Forms.Design (24)
System\ComponentModel\Design\DesignerActionList.cs (1)
61
items.Add(dispName, new
DesignerActionPropertyItem
(info.Name, dispName, cat, desc));
System\ComponentModel\Design\ToolStripContainerActionList.cs (4)
295
new
DesignerActionPropertyItem
(nameof(TopVisible),
300
new
DesignerActionPropertyItem
(nameof(BottomVisible),
305
new
DesignerActionPropertyItem
(nameof(LeftVisible),
310
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\DataGridViewDesigner.cs (4)
839
new
DesignerActionPropertyItem
(nameof(AllowUserToAddRows), SR.DataGridViewEnableAdding),
840
new
DesignerActionPropertyItem
(nameof(ReadOnly), SR.DataGridViewEnableEditing),
841
new
DesignerActionPropertyItem
(nameof(AllowUserToDeleteRows), SR.DataGridViewEnableDeleting),
842
new
DesignerActionPropertyItem
(nameof(AllowUserToOrderColumns), SR.DataGridViewEnableColumnReordering)
System\Windows\Forms\Design\DataGridViewDesigner.DataGridViewChooseDataSourceActionList.cs (1)
26
DesignerActionPropertyItem chooseDataSource =
new
(
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\TextBoxActionList.cs (1)
27
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
(
13 references to DesignerActionPropertyItem
System.Design (1)
src\winforms\artifacts\obj\System.Design.Facade\Release\net11.0\System.Design.Forwards.cs (1)
20
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.
DesignerActionPropertyItem
))]
System.Windows.Forms.Design (12)
System\ComponentModel\Design\DesignerActionPanel.CheckBoxPropertyLine.cs (2)
65
public static StandardLineInfo CreateLineInfo(DesignerActionList list,
DesignerActionPropertyItem
item) => new Info(list, item);
67
private sealed class Info(DesignerActionList list,
DesignerActionPropertyItem
item) : PropertyLineInfo(list, item)
System\ComponentModel\Design\DesignerActionPanel.cs (2)
576
if (item is
DesignerActionPropertyItem
propItem)
664
else if (item is
DesignerActionPropertyItem
pti)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (2)
471
public static new StandardLineInfo CreateLineInfo(DesignerActionList list,
DesignerActionPropertyItem
item) => new Info(list, item);
473
private sealed class Info(DesignerActionList list,
DesignerActionPropertyItem
item) : PropertyLineInfo(list, item)
System\ComponentModel\Design\DesignerActionPanel.PropertyLine.cs (3)
27
protected
DesignerActionPropertyItem
? PropertyItem { get; private set; }
113
protected abstract class PropertyLineInfo(DesignerActionList list,
DesignerActionPropertyItem
item) : StandardLineInfo(list)
115
public override
DesignerActionPropertyItem
Item { get; } = item;
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (2)
360
public static StandardLineInfo CreateLineInfo(DesignerActionList list,
DesignerActionPropertyItem
item) => new Info(list, item);
362
private sealed class Info(DesignerActionList list,
DesignerActionPropertyItem
item) : PropertyLineInfo(list, item)
System\Windows\Forms\Design\DataGridViewDesigner.DataGridViewChooseDataSourceActionList.cs (1)
26
DesignerActionPropertyItem
chooseDataSource = new(