6 references to ImageList
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ColumnHeader.cs (6)
100
if (this.
ImageList
== null || this.
ImageList
.Images == null || imgIndex >= this.
ImageList
.Images.Count) {
197
if (imageIndexer.Index != -1 &&
ImageList
!= null && imageIndexer.Index >=
ImageList
.Images.Count) {
198
return
ImageList
.Images.Count - 1;