9 references to NM_CLICK
System.Windows.Forms (9)
winforms\Managed\System\WinForms\ListView.cs (2)
5964case NativeMethods.NM_CLICK: 5973MouseButtons button = nmhdr->code == NativeMethods.NM_CLICK ? MouseButtons.Left : MouseButtons.Right;
winforms\Managed\System\WinForms\StatusBar.cs (2)
1072case NativeMethods.NM_CLICK: 1174case NativeMethods.NM_CLICK:
winforms\Managed\System\WinForms\TreeView.cs (5)
3013case NativeMethods.NM_CLICK: 3023if (nmtv->nmhdr.code != NativeMethods.NM_CLICK 3025button = nmtv->nmhdr.code == NativeMethods.NM_CLICK 3032if (nmtv->nmhdr.code != NativeMethods.NM_CLICK 3055if (nmtv->nmhdr.code != NativeMethods.NM_CLICK