4 references to NM_CUSTOMDRAW
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (1)
852if (nmh.code == NativeMethods.NM_CUSTOMDRAW) {
winforms\Managed\System\WinForms\ListView.cs (2)
5456if (nmhdr->code == NativeMethods.NM_CUSTOMDRAW && OwnerDraw) 5817case NativeMethods.NM_CUSTOMDRAW:
winforms\Managed\System\WinForms\TreeView.cs (1)
2973if ((nmhdr->code == NativeMethods.NM_CUSTOMDRAW)) {