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)
27public void Constructor_ShouldInitializeDesigner() => _actionList.Should().NotBeNull(); 32DesignerActionItemCollection items = _actionList.GetSortedActionItems();