1 write to _actionList
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\NotifyIconDesignerActionListTests.cs (1)
19_actionList = new(_designer);
3 references to _actionList
System.Windows.Forms.Design.Tests (3)
System\Windows\Forms\Design\NotifyIconDesignerActionListTests.cs (3)
29public void Constructor_ShouldInitializeActionList() => _actionList.Should().NotBeNull(); 34Action act = _actionList.ChooseIcon; 41DesignerActionItemCollection items = _actionList.GetSortedActionItems();