8 references to NM_CLICK
System.Windows.Forms (7)
System\Windows\Forms\Controls\ListView\ListView.cs (2)
6702
case PInvoke.
NM_CLICK
:
6710
MouseButtons button = nmhdr->code == PInvoke.
NM_CLICK
? MouseButtons.Left : MouseButtons.Right;
System\Windows\Forms\Controls\TreeView\TreeView.cs (5)
3012
case PInvoke.
NM_CLICK
:
3022
if (nmtv->hdr.code != PInvoke.
NM_CLICK
|| (tvhip.flags & TVHITTESTINFO_FLAGS.TVHT_ONITEM) != 0)
3024
button = nmtv->hdr.code == PInvoke.
NM_CLICK
? MouseButtons.Left : MouseButtons.Right;
3030
if (nmtv->hdr.code != PInvoke.
NM_CLICK
3059
if (nmtv->hdr.code != PInvoke.
NM_CLICK
System.Windows.Forms.Design (1)
System\ComponentModel\Design\ObjectSelectorEditor.Selector.cs (1)
205
if (nmtv->code == PInvoke.
NM_CLICK
)