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