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