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); 63var items = _actionList.GetSortedActionItems();