1 write to _actionList
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ListViewActionListTests.cs (1)
19
_actionList
= new(_designer);
9 references to _actionList
System.Windows.Forms.Design.Tests (9)
System\Windows\Forms\Design\ListViewActionListTests.cs (9)
31
_actionList
.Should().NotBeNull();
32
_actionList
.Component.Should().Be(_listView);
38
_actionList
.View = View.Details;
39
_actionList
.View.Should().Be(View.Details);
46
_actionList
.LargeImageList = largeImageList;
47
_actionList
.LargeImageList.Should().Be(largeImageList);
55
_actionList
.SmallImageList = smallImageList;
56
_actionList
.SmallImageList.Should().Be(smallImageList);
63
var items =
_actionList
.GetSortedActionItems();