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