6 references to NM_CUSTOMDRAW
System.Windows.Forms (6)
System\Windows\Forms\Controls\ListView\ListView.cs (4)
6011&& nmhdr->code == PInvoke.NM_CUSTOMDRAW) 6032if (nmhdr->code == PInvoke.NM_CUSTOMDRAW && PInvoke.UiaClientsAreListening()) 6043if (nmhdr->code == PInvoke.NM_CUSTOMDRAW && OwnerDraw) 6469case PInvoke.NM_CUSTOMDRAW:
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
3194if (nmhdr->code == PInvoke.NM_CUSTOMDRAW)
System\Windows\Forms\Design\ComponentEditorForm.PageSelector.cs (1)
280if (nmhdr->code == PInvoke.NM_CUSTOMDRAW)