4 references to ImageList
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ListViewItem.cs (4)
92return owner.ImageList; 530if (ImageIndexer.Index != -1 && ImageList != null && ImageIndexer.Index >= ImageList.Images.Count) { 531return ImageList.Images.Count - 1;