1 instantiation of DesignerActionItemCollection
DesignSurface (1)
CustomControls\CustomButtonDesignerActionList.cs (1)
21
_actonListItems = new
DesignerActionItemCollection
();
68 references to DesignerActionItemCollection
DesignSurface (2)
CustomControls\CustomButtonDesignerActionList.cs (2)
10
private
DesignerActionItemCollection
_actonListItems;
19
public override
DesignerActionItemCollection
GetSortedActionItems()
System.Design (1)
artifacts\obj\System.Design.Facade\Release\net10.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)
228
DesignerActionItemCollection
dai = list.GetSortedActionItems();
System\ComponentModel\Design\ToolStripContainerActionList.cs (2)
299
public override
DesignerActionItemCollection
GetSortedActionItems()
301
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 (5)
818
public override
DesignerActionItemCollection
GetSortedActionItems()
820
DesignerActionItemCollection
items = [];
871
public override
DesignerActionItemCollection
GetSortedActionItems()
873
DesignerActionItemCollection
items =
902
public override
DesignerActionItemCollection
GetSortedActionItems() =>
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() =>
System.Windows.Forms.Design.Tests (27)
System\ComponentModel\Design\DesignerActionItemCollectionTests.cs (13)
13
DesignerActionItemCollection
collection = [];
20
DesignerActionItemCollection
collection = [];
39
DesignerActionItemCollection
collection = [];
46
DesignerActionItemCollection
collection = [];
65
DesignerActionItemCollection
collection = [];
72
DesignerActionItemCollection
collection = [];
86
DesignerActionItemCollection
collection = [];
93
DesignerActionItemCollection
collection = [];
111
DesignerActionItemCollection
collection = [];
120
DesignerActionItemCollection
collection = [];
132
DesignerActionItemCollection
collection = [];
143
DesignerActionItemCollection
collection = [];
154
DesignerActionItemCollection
collection = [];
System\ComponentModel\Design\DesignerActionListTests.cs (2)
71
DesignerActionItemCollection
items = list.GetSortedActionItems();
127
DesignerActionItemCollection
items = list.GetSortedActionItems();
System\ComponentModel\Design\DesignerActionServiceTests.cs (3)
505
DesignerActionItemCollection
verbActionActionItems = actionList.GetSortedActionItems();
602
DesignerActionItemCollection
verbActionActionItems = actionList.GetSortedActionItems();
1079
public override
DesignerActionItemCollection
GetSortedActionItems() => null;
System\Windows\Forms\Design\ImageListActionListTests.cs (2)
67
DesignerActionItemCollection
items = _actionList.GetSortedActionItems();
69
items.Should().BeOfType<
DesignerActionItemCollection
>();
System\Windows\Forms\Design\ListControlUnboundActionListTests.cs (1)
32
DesignerActionItemCollection
items = _actionList.GetSortedActionItems();
System\Windows\Forms\Design\ListViewActionListTests.cs (1)
63
var
items = _actionList.GetSortedActionItems();
System\Windows\Forms\Design\MaskedTextBoxDesignerActionListTests.cs (1)
55
DesignerActionItemCollection
items = _actionList.GetSortedActionItems();
System\Windows\Forms\Design\NotifyIconDesignerActionListTests.cs (1)
41
DesignerActionItemCollection
items = _actionList.GetSortedActionItems();
System\Windows\Forms\Design\PictureBoxActionListTests.cs (1)
43
DesignerActionItemCollection
items = actionList.GetSortedActionItems();
System\Windows\Forms\Design\TextBoxActionListTests.cs (1)
34
var
items = actionList.GetSortedActionItems();
System\Windows\Forms\Design\ToolStripActionListTests.cs (1)
163
DesignerActionItemCollection
items = _actionList.GetSortedActionItems();