28 writes to LargeImageList
Accessibility_Core_App (1)
CommonControl1.cs (1)
19listView1.LargeImageList = imageListLarge;
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListView\ListView.cs (1)
2973LargeImageList = null;
System.Windows.Forms.Tests (20)
System\Windows\Forms\AccessibleObjects\ListViewItem.ListViewItemDetailsAccessibleObjectTests.cs (1)
190listView1.LargeImageList = imageList1;
System\Windows\Forms\AccessibleObjects\ListViewItem.ListViewItemWithImageAccessibleObjectTests.cs (3)
38LargeImageList = imageCollection 83LargeImageList = imageCollection 120LargeImageList = imageCollection
System\Windows\Forms\ListViewTests.cs (16)
1099listView.LargeImageList = imageList; 1129listView.LargeImageList = imageList; 2509LargeImageList = value 2515listView.LargeImageList = value; 2530LargeImageList = imageList 2533listView.LargeImageList = value; 2538listView.LargeImageList = value; 2612listView.LargeImageList = value; 2620listView.LargeImageList = value; 2689LargeImageList = imageList 2699listView.LargeImageList = value; 2707listView.LargeImageList = value; 2724LargeImageList = imageList1 2733listView.LargeImageList = imageList2; 2757listView.LargeImageList = imageList1; 2772listView.LargeImageList = imageList2;
TrimTestBinaryDeserialization (1)
Form1.Designer.cs (1)
48listView1.LargeImageList = imageList1;
WinFormsControlsTest (5)
CollectionEditors.cs (1)
33listView1.LargeImageList = imageList;
ListViewTest.cs (2)
136listView2.LargeImageList = imageListLarge; 236listView1.LargeImageList = LargeImageList;
ListViewTest.Designer.cs (1)
77this.listView1.LargeImageList = this.imageList2;
MultipleControls.cs (1)
98listView2.LargeImageList = imageListLarge;
20 references to LargeImageList
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListView\ListView.cs (2)
4297nint handle = (LargeImageList is null) ? 0 : LargeImageList.Handle;
System\Windows\Forms\Controls\ListView\ListViewItem.cs (1)
531return _listView.LargeImageList;
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ListViewActionList.cs (1)
38get => _listView.LargeImageList;
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ListViewActionListTests.cs (1)
50_listView.LargeImageList.Should().Be(largeImageList);
System.Windows.Forms.Tests (15)
System\Windows\Forms\ListViewTests.cs (15)
103Assert.Null(control.LargeImageList); 2511Assert.Same(value, listView.LargeImageList); 2516Assert.Same(value, listView.LargeImageList); 2534Assert.Same(value, listView.LargeImageList); 2539Assert.Same(value, listView.LargeImageList); 2613Assert.Same(value, listView.LargeImageList); 2621Assert.Same(value, listView.LargeImageList); 2700Assert.Same(value, listView.LargeImageList); 2708Assert.Same(value, listView.LargeImageList); 2726Assert.Same(imageList1, listView.LargeImageList); 2729Assert.Null(listView.LargeImageList); 2735Assert.Same(imageList2, listView.LargeImageList); 2758Assert.Same(imageList1, listView.LargeImageList); 2765Assert.Null(listView.LargeImageList); 2774Assert.Same(imageList2, listView.LargeImageList);