4 references to SetItemImage
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ListView.cs (2)
4038SetItemImage(item.Index,imageListLarge.Images.Count - 1); 4041SetItemImage(item.Index,item.ImageIndexer.ActualIndex);
winforms\Managed\System\WinForms\ListViewItem.cs (2)
543listView.SetItemImage(Index, ImageIndexer.ActualIndex); 578listView.SetItemImage(Index, ImageIndexer.ActualIndex);