6 references to ImageList
System.Windows.Forms (6)
System\Windows\Forms\Controls\ListView\ColumnHeader.cs (6)
92
if (
ImageList
is null ||
ImageList
.Images is null || imgIndex >=
ImageList
.Images.Count)
197
if (_imageIndexer.Index != ImageList.Indexer.DefaultIndex &&
ImageList
is not null && _imageIndexer.Index >=
ImageList
.Images.Count)
199
return
ImageList
.Images.Count - 1;