1 write to _actionList
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ListControlUnboundActionListTests.cs (1)
21
_actionList
= new(_designer);
3 references to _actionList
System.Windows.Forms.Design.Tests (3)
System\Windows\Forms\Design\ListControlUnboundActionListTests.cs (3)
27
public void Constructor_ShouldInitializeDesigner() =>
_actionList
.Should().NotBeNull();
32
DesignerActionItemCollection items =
_actionList
.GetSortedActionItems();
46
Action action =
_actionList
.InvokeItemsDialog;