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