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