3 references to CDDS_SUBITEM
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ListView.cs (3)
2607goto case (NativeMethods.CDDS_SUBITEM | NativeMethods.CDDS_ITEMPREPAINT); 2609case (NativeMethods.CDDS_SUBITEM | NativeMethods.CDDS_ITEMPREPAINT): 2707int subitem = ((nmcd->nmcd.dwDrawStage & NativeMethods.CDDS_SUBITEM) != 0) ? nmcd->iSubItem : 0;