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