1 write to LargeImageList
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ListViewActionListTests.cs (1)
46_actionList.LargeImageList = largeImageList;
3 references to LargeImageList
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ListViewActionList.cs (2)
39set => TypeDescriptor.GetProperties(_listView)[nameof(LargeImageList)]!.SetValue(Component, value); 70new DesignerActionPropertyItem(nameof(LargeImageList),
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ListViewActionListTests.cs (1)
47_actionList.LargeImageList.Should().Be(largeImageList);