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