6 references to hdr
System.Windows.Forms (6)
System\Windows\Forms\Controls\TreeView\TreeView.cs (6)
3003switch (nmtv->hdr.code) 3039if (nmtv->hdr.code != PInvoke.NM_CLICK || (tvhip.flags & TVHITTESTINFO_FLAGS.TVHT_ONITEM) != 0) 3041button = nmtv->hdr.code == PInvoke.NM_CLICK ? MouseButtons.Left : MouseButtons.Right; 3047if (nmtv->hdr.code != PInvoke.NM_CLICK 3058if (nmtv->hdr.code == PInvoke.NM_RCLICK) 3076if (nmtv->hdr.code != PInvoke.NM_CLICK