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)
45set => TypeDescriptor.GetProperties(_listView)[nameof(SmallImageList)]!.SetValue(Component, value); 66new DesignerActionPropertyItem(nameof(SmallImageList),
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ListViewActionListTests.cs (1)
56_actionList.SmallImageList.Should().Be(smallImageList);