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)
29
public void Constructor_ShouldInitializeActionList() =>
_actionList
.Should().NotBeNull();
34
Action act =
_actionList
.ChooseIcon;
41
DesignerActionItemCollection items =
_actionList
.GetSortedActionItems();