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