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)
29public void Constructor_ShouldInitializeDesigner() => _actionList.Should().NotBeNull(); 34DesignerActionItemCollection items = _actionList.GetSortedActionItems(); 48Action action = _actionList.InvokeItemsDialog;