4 references to iSubItem
System.Windows.Forms (4)
System\Windows\Forms\Controls\ListView\ListView.cs (4)
3541iSubItem = lvhi.iSubItem; 3746if (lvhi.iSubItem < item.SubItems.Count) 3748_listViewSubItem = item.SubItems[lvhi.iSubItem]; 5895if (displayIndex == -1 || lvhi.iSubItem != 0 || (lvhi.flags & LVHITTESTINFO_FLAGS.LVHT_ONITEMSTATEICON) == 0)