9 references to flags
System.Windows.Forms (8)
System\Windows\Forms\Controls\TreeView\TreeView.cs (8)
1644TreeViewHitTestLocations loc = (TreeViewHitTestLocations)tvhi.flags; 2077if (hnode != 0 && ((tvhip.flags & TVHITTESTINFO_FLAGS.TVHT_ONITEM) != 0)) 2935if (hnode != 0 && tvhip.flags.HasFlag(TVHITTESTINFO_FLAGS.TVHT_ONITEM) && NodeFromHandle(hnode) is { } tn && !ShowNodeToolTips) 2966if (hnode != 0 && ((tvhip.flags & TVHITTESTINFO_FLAGS.TVHT_ONITEM) != 0)) 3043if (nmtv->hdr.code != PInvoke.NM_CLICK || (tvhip.flags & TVHITTESTINFO_FLAGS.TVHT_ONITEM) != 0) 3052|| (tvhip.flags & TVHITTESTINFO_FLAGS.TVHT_ONITEM) != 0 || FullRowSelect) 3081|| (tvhip.flags & TVHITTESTINFO_FLAGS.TVHT_ONITEM) != 0) 3287if ((tvhip.flags & TVHITTESTINFO_FLAGS.TVHT_ONITEMSTATEICON) != 0)
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\TreeViewDesigner.cs (1)
55return _tvhit.flags == TVHITTESTINFO_FLAGS.TVHT_ONITEMBUTTON;