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