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