39 references to DesignerActionItemCollection
System.Design (1)
src\winforms\artifacts\obj\System.Design.Facade\Release\net11.0\System.Design.Forwards.cs (1)
13[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.DesignerActionItemCollection))]
System.Windows.Forms.Design (38)
System\ComponentModel\Design\DesignerActionItemCollectionExtensions.cs (1)
8public static int Add(this DesignerActionItemCollection collection, object value) => value is DesignerActionItem item
System\ComponentModel\Design\DesignerActionList.cs (2)
24public virtual DesignerActionItemCollection GetSortedActionItems() 64DesignerActionItemCollection returnValue = [.. items.Values];
System\ComponentModel\Design\DesignerActionService.cs (2)
227DesignerActionItemCollection? collection = actionList?.GetSortedActionItems(); 277DesignerActionItemCollection? collection = actionList?.GetSortedActionItems();
System\ComponentModel\Design\MenuCommandService.cs (1)
225DesignerActionItemCollection dai = list.GetSortedActionItems();
System\ComponentModel\Design\ToolStripContainerActionList.cs (2)
290public override DesignerActionItemCollection GetSortedActionItems() 292DesignerActionItemCollection items =
System\Windows\Forms\Design\ContextMenuStripActionList.cs (2)
95public override DesignerActionItemCollection GetSortedActionItems() 97DesignerActionItemCollection items =
System\Windows\Forms\Design\ControlDesigner.DockingActionList.cs (2)
45public override DesignerActionItemCollection GetSortedActionItems() 47DesignerActionItemCollection items = [];
System\Windows\Forms\Design\DataGridViewDesigner.cs (3)
806public override DesignerActionItemCollection GetSortedActionItems() 808DesignerActionItemCollection items = 837public override DesignerActionItemCollection GetSortedActionItems() =>
System\Windows\Forms\Design\DataGridViewDesigner.DataGridViewChooseDataSourceActionList.cs (2)
23public override DesignerActionItemCollection GetSortedActionItems() 25DesignerActionItemCollection items = [];
System\Windows\Forms\Design\DesignerActionVerbList.cs (2)
18public override DesignerActionItemCollection GetSortedActionItems() 20DesignerActionItemCollection items = [];
System\Windows\Forms\Design\ImageListActionList.cs (2)
46public override DesignerActionItemCollection GetSortedActionItems() 48DesignerActionItemCollection items =
System\Windows\Forms\Design\ListControlUnboundActionList.cs (2)
23public override DesignerActionItemCollection GetSortedActionItems() 25DesignerActionItemCollection returnItems =
System\Windows\Forms\Design\ListViewActionList.cs (1)
48public override DesignerActionItemCollection GetSortedActionItems() =>
System\Windows\Forms\Design\MaskedTextBoxDesignerActionList.cs (2)
58public override DesignerActionItemCollection GetSortedActionItems() 60DesignerActionItemCollection items = [new DesignerActionMethodItem(this, "SetMask", SR.MaskedTextBoxDesignerVerbsSetMaskDesc)];
System\Windows\Forms\Design\NotifyIconDesignerActionList.cs (2)
21public override DesignerActionItemCollection GetSortedActionItems() 23DesignerActionItemCollection items =
System\Windows\Forms\Design\PictureBoxActionList.cs (1)
29public override DesignerActionItemCollection GetSortedActionItems() =>
System\Windows\Forms\Design\RichTextBoxActionList.cs (2)
23public override DesignerActionItemCollection GetSortedActionItems() 25DesignerActionItemCollection items =
System\Windows\Forms\Design\SplitContainerDesigner.OrientationActionList.cs (1)
60public override DesignerActionItemCollection GetSortedActionItems() =>
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (2)
394public override DesignerActionItemCollection GetSortedActionItems() 396DesignerActionItemCollection items =
System\Windows\Forms\Design\TextBoxActionList.cs (1)
25public override DesignerActionItemCollection GetSortedActionItems() =>
System\Windows\Forms\Design\ToolStripActionList.cs (2)
134public override DesignerActionItemCollection GetSortedActionItems() 136DesignerActionItemCollection items = [];
System\Windows\Forms\Design\TreeViewActionList.cs (1)
29public override DesignerActionItemCollection GetSortedActionItems() =>