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