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