7 references to NMTREEVIEW
System.Windows.Forms (7)
winforms\Managed\System\WinForms\TreeView.cs (7)
2473private unsafe void TvnBeginDrag(MouseButtons buttons, NativeMethods.NMTREEVIEW* nmtv) { 2486private unsafe IntPtr TvnExpanding(NativeMethods.NMTREEVIEW* nmtv) { 2506private unsafe void TvnExpanded(NativeMethods.NMTREEVIEW* nmtv) { 2528private unsafe IntPtr TvnSelecting(NativeMethods.NMTREEVIEW* nmtv) { 2556private unsafe void TvnSelected(NativeMethods.NMTREEVIEW* nmtv) { 2978NativeMethods.NMTREEVIEW* nmtv = (NativeMethods.NMTREEVIEW*)m.LParam;