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