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)
8
public static int Add(this
DesignerActionItemCollection
collection, object value) => value is DesignerActionItem item
System\ComponentModel\Design\DesignerActionList.cs (2)
24
public virtual
DesignerActionItemCollection
GetSortedActionItems()
64
DesignerActionItemCollection
returnValue = [.. items.Values];
System\ComponentModel\Design\DesignerActionService.cs (2)
227
DesignerActionItemCollection
? collection = actionList?.GetSortedActionItems();
277
DesignerActionItemCollection
? collection = actionList?.GetSortedActionItems();
System\ComponentModel\Design\MenuCommandService.cs (1)
225
DesignerActionItemCollection
dai = list.GetSortedActionItems();
System\ComponentModel\Design\ToolStripContainerActionList.cs (2)
290
public override
DesignerActionItemCollection
GetSortedActionItems()
292
DesignerActionItemCollection
items =
System\Windows\Forms\Design\ContextMenuStripActionList.cs (2)
95
public override
DesignerActionItemCollection
GetSortedActionItems()
97
DesignerActionItemCollection
items =
System\Windows\Forms\Design\ControlDesigner.DockingActionList.cs (2)
45
public override
DesignerActionItemCollection
GetSortedActionItems()
47
DesignerActionItemCollection
items = [];
System\Windows\Forms\Design\DataGridViewDesigner.cs (3)
806
public override
DesignerActionItemCollection
GetSortedActionItems()
808
DesignerActionItemCollection
items =
837
public override
DesignerActionItemCollection
GetSortedActionItems() =>
System\Windows\Forms\Design\DataGridViewDesigner.DataGridViewChooseDataSourceActionList.cs (2)
23
public override
DesignerActionItemCollection
GetSortedActionItems()
25
DesignerActionItemCollection
items = [];
System\Windows\Forms\Design\DesignerActionVerbList.cs (2)
18
public override
DesignerActionItemCollection
GetSortedActionItems()
20
DesignerActionItemCollection
items = [];
System\Windows\Forms\Design\ImageListActionList.cs (2)
46
public override
DesignerActionItemCollection
GetSortedActionItems()
48
DesignerActionItemCollection
items =
System\Windows\Forms\Design\ListControlUnboundActionList.cs (2)
23
public override
DesignerActionItemCollection
GetSortedActionItems()
25
DesignerActionItemCollection
returnItems =
System\Windows\Forms\Design\ListViewActionList.cs (1)
48
public override
DesignerActionItemCollection
GetSortedActionItems() =>
System\Windows\Forms\Design\MaskedTextBoxDesignerActionList.cs (2)
58
public override
DesignerActionItemCollection
GetSortedActionItems()
60
DesignerActionItemCollection
items = [new DesignerActionMethodItem(this, "SetMask", SR.MaskedTextBoxDesignerVerbsSetMaskDesc)];
System\Windows\Forms\Design\NotifyIconDesignerActionList.cs (2)
21
public override
DesignerActionItemCollection
GetSortedActionItems()
23
DesignerActionItemCollection
items =
System\Windows\Forms\Design\PictureBoxActionList.cs (1)
29
public override
DesignerActionItemCollection
GetSortedActionItems() =>
System\Windows\Forms\Design\RichTextBoxActionList.cs (2)
23
public override
DesignerActionItemCollection
GetSortedActionItems()
25
DesignerActionItemCollection
items =
System\Windows\Forms\Design\SplitContainerDesigner.OrientationActionList.cs (1)
60
public override
DesignerActionItemCollection
GetSortedActionItems() =>
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (2)
394
public override
DesignerActionItemCollection
GetSortedActionItems()
396
DesignerActionItemCollection
items =
System\Windows\Forms\Design\TextBoxActionList.cs (1)
25
public override
DesignerActionItemCollection
GetSortedActionItems() =>
System\Windows\Forms\Design\ToolStripActionList.cs (2)
134
public override
DesignerActionItemCollection
GetSortedActionItems()
136
DesignerActionItemCollection
items = [];
System\Windows\Forms\Design\TreeViewActionList.cs (1)
29
public override
DesignerActionItemCollection
GetSortedActionItems() =>