6 references to NM_CUSTOMDRAW
System.Windows.Forms (6)
System\Windows\Forms\Controls\ListView\ListView.cs (4)
6009&& nmhdr->code == PInvoke.NM_CUSTOMDRAW) 6030if (nmhdr->code == PInvoke.NM_CUSTOMDRAW && PInvoke.UiaClientsAreListening()) 6041if (nmhdr->code == PInvoke.NM_CUSTOMDRAW && OwnerDraw) 6467case PInvoke.NM_CUSTOMDRAW:
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
2978if (nmhdr->code == PInvoke.NM_CUSTOMDRAW)
System\Windows\Forms\Design\ComponentEditorForm.PageSelector.cs (1)
280if (nmhdr->code == PInvoke.NM_CUSTOMDRAW)