7 references to iSubItem
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ListView.cs (7)
2638if (nmcd->iSubItem < Items[itemIndex].SubItems.Count) 2640Rectangle subItemBounds = GetSubItemRect(itemIndex, nmcd->iSubItem); 2644if (nmcd->iSubItem == 0 && Items[itemIndex].SubItems.Count > 1) 2655Items[itemIndex].SubItems[nmcd->iSubItem], 2657nmcd->iSubItem, 2658columnHeaders[nmcd->iSubItem], 2707int subitem = ((nmcd->nmcd.dwDrawStage & NativeMethods.CDDS_SUBITEM) != 0) ? nmcd->iSubItem : 0;