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