7 references to iSubItem
System.Windows.Forms (7)
System\Windows\Forms\Controls\ListView\ListView.cs (7)
2721if (nmcd->iSubItem < Items[itemIndex].SubItems.Count) 2723Rectangle subItemBounds = GetSubItemRect(itemIndex, nmcd->iSubItem); 2727if (nmcd->iSubItem == 0 && Items[itemIndex].SubItems.Count > 1) 2742Items[itemIndex].SubItems[nmcd->iSubItem], 2744nmcd->iSubItem, 2745_columnHeaders![nmcd->iSubItem], 2790int subitem = ((nmcd->nmcd.dwDrawStage & NMCUSTOMDRAW_DRAW_STAGE.CDDS_SUBITEM) != 0) ? nmcd->iSubItem : 0;