6 references to hdr
System.Windows.Forms (6)
System\Windows\Forms\Controls\TreeView\TreeView.cs (6)
3007switch (nmtv->hdr.code) 3043if (nmtv->hdr.code != PInvoke.NM_CLICK || (tvhip.flags & TVHITTESTINFO_FLAGS.TVHT_ONITEM) != 0) 3045button = nmtv->hdr.code == PInvoke.NM_CLICK ? MouseButtons.Left : MouseButtons.Right; 3051if (nmtv->hdr.code != PInvoke.NM_CLICK 3062if (nmtv->hdr.code == PInvoke.NM_RCLICK) 3080if (nmtv->hdr.code != PInvoke.NM_CLICK