3 references to iSubItem
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ListView.cs (3)
3370iSubItem = lvhi.iSubItem; 3572if (lvhi.iSubItem < item.SubItems.Count) { 3573return new ListViewHitTestInfo(item, item.SubItems[lvhi.iSubItem], location);