1 instantiation of DesignerActionItemCollection
DesignSurface (1)
CustomControls\CustomButtonDesignerActionList.cs (1)
25
_actonListItems = new
DesignerActionItemCollection
();
66 references to DesignerActionItemCollection
DesignSurface (2)
CustomControls\CustomButtonDesignerActionList.cs (2)
14
private
DesignerActionItemCollection
_actonListItems;
23
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 (25)
System\ComponentModel\Design\DesignerActionItemCollectionTests.cs (13)
11
DesignerActionItemCollection
collection = [];
18
DesignerActionItemCollection
collection = [];
37
DesignerActionItemCollection
collection = [];
44
DesignerActionItemCollection
collection = [];
63
DesignerActionItemCollection
collection = [];
70
DesignerActionItemCollection
collection = [];
84
DesignerActionItemCollection
collection = [];
91
DesignerActionItemCollection
collection = [];
109
DesignerActionItemCollection
collection = [];
118
DesignerActionItemCollection
collection = [];
130
DesignerActionItemCollection
collection = [];
141
DesignerActionItemCollection
collection = [];
152
DesignerActionItemCollection
collection = [];
System\ComponentModel\Design\DesignerActionListTests.cs (2)
69
DesignerActionItemCollection
items = list.GetSortedActionItems();
125
DesignerActionItemCollection
items = list.GetSortedActionItems();
System\ComponentModel\Design\DesignerActionServiceTests.cs (3)
503
DesignerActionItemCollection
verbActionActionItems = actionList.GetSortedActionItems();
600
DesignerActionItemCollection
verbActionActionItems = actionList.GetSortedActionItems();
1077
public override
DesignerActionItemCollection
GetSortedActionItems() => null;
System\Windows\Forms\Design\ImageListActionListTests.cs (2)
69
DesignerActionItemCollection
items = _actionList.GetSortedActionItems();
71
items.Should().BeOfType<
DesignerActionItemCollection
>();
System\Windows\Forms\Design\ListViewActionListTests.cs (1)
65
var
items = _actionList.GetSortedActionItems();
System\Windows\Forms\Design\MaskedTextBoxDesignerActionListTests.cs (1)
57
DesignerActionItemCollection
items = _actionList.GetSortedActionItems();
System\Windows\Forms\Design\PictureBoxActionListTests.cs (1)
45
DesignerActionItemCollection
items = actionList.GetSortedActionItems();
System\Windows\Forms\Design\TextBoxActionListTests.cs (1)
36
var
items = actionList.GetSortedActionItems();
System\Windows\Forms\Design\ToolStripActionListTests.cs (1)
165
DesignerActionItemCollection
items = _actionList.GetSortedActionItems();