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