1 write to _actionList
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ListViewActionListTests.cs (1)
21
_actionList
= new(_designer);
9 references to _actionList
System.Windows.Forms.Design.Tests (9)
System\Windows\Forms\Design\ListViewActionListTests.cs (9)
33
_actionList
.Should().NotBeNull();
34
_actionList
.Component.Should().Be(_listView);
40
_actionList
.View = View.Details;
41
_actionList
.View.Should().Be(View.Details);
48
_actionList
.LargeImageList = largeImageList;
49
_actionList
.LargeImageList.Should().Be(largeImageList);
57
_actionList
.SmallImageList = smallImageList;
58
_actionList
.SmallImageList.Should().Be(smallImageList);
65
var items =
_actionList
.GetSortedActionItems();