6 references to NM_CUSTOMDRAW
System.Windows.Forms (6)
System\Windows\Forms\Controls\ListView\ListView.cs (4)
6026&& nmhdr->code == PInvoke.NM_CUSTOMDRAW) 6047if (nmhdr->code == PInvoke.NM_CUSTOMDRAW && PInvoke.UiaClientsAreListening()) 6058if (nmhdr->code == PInvoke.NM_CUSTOMDRAW && OwnerDraw) 6484case PInvoke.NM_CUSTOMDRAW:
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
2995if (nmhdr->code == PInvoke.NM_CUSTOMDRAW)
System\Windows\Forms\Design\ComponentEditorForm.PageSelector.cs (1)
280if (nmhdr->code == PInvoke.NM_CUSTOMDRAW)