3 references to GetItemRect
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ListView.cs (2)
3129
Rectangle iconBounds = this.
GetItemRect
(lvi.Index, ItemBoundsPortion.Icon);
3404
return
GetItemRect
(index, 0);
winforms\Managed\System\WinForms\ListViewItem.cs (1)
1053
return listView.
GetItemRect
(Index, portion);