1 write to SmallImageList
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ListViewActionListTests.cs (1)
55
_actionList.
SmallImageList
= smallImageList;
3 references to SmallImageList
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ListViewActionList.cs (2)
45
set => TypeDescriptor.GetProperties(_listView)[nameof(
SmallImageList
)]!.SetValue(Component, value);
66
new DesignerActionPropertyItem(nameof(
SmallImageList
),
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ListViewActionListTests.cs (1)
56
_actionList.
SmallImageList
.Should().Be(smallImageList);