7 references to dwDrawStage
System.Windows.Forms (7)
System\Windows\Forms\Controls\ListView\ListView.cs (5)
2594switch (nmcd->nmcd.dwDrawStage) 2790int subitem = ((nmcd->nmcd.dwDrawStage & NMCUSTOMDRAW_DRAW_STAGE.CDDS_SUBITEM) != 0) ? nmcd->iSubItem : 0; 6013if (nmlvcd->nmcd.dwDrawStage == NMCUSTOMDRAW_DRAW_STAGE.CDDS_PREPAINT) 6019else if (nmlvcd->nmcd.dwDrawStage == NMCUSTOMDRAW_DRAW_STAGE.CDDS_ITEMPREPAINT) 6047switch (nmcd->dwDrawStage)
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
2696switch (nmtvcd->nmcd.dwDrawStage)
System\Windows\Forms\Design\ComponentEditorForm.PageSelector.cs (1)
203switch (nmtvcd->nmcd.dwDrawStage)