Base:
property
ImageList
System.Windows.Forms.ImageList.Indexer.ImageList
1 write to ImageList
System.Windows.Forms.Tests (1)
System\Windows\Forms\ColumnHeaderTests.cs (1)
1641ImageList = imageList2
2 references to ImageList
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListView\ColumnHeader.cs (1)
228return _imageIndexer.ImageList;
System.Windows.Forms.Tests (1)
System\Windows\Forms\ColumnHeaderTests.cs (1)
1643Assert.Same(imageList, indexer.ImageList);