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)) 2931if (hnode != 0 && tvhip.flags.HasFlag(TVHITTESTINFO_FLAGS.TVHT_ONITEM) && NodeFromHandle(hnode) is { } tn && !ShowNodeToolTips) 2962if (hnode != 0 && ((tvhip.flags & TVHITTESTINFO_FLAGS.TVHT_ONITEM) != 0)) 3039if (nmtv->hdr.code != PInvoke.NM_CLICK || (tvhip.flags & TVHITTESTINFO_FLAGS.TVHT_ONITEM) != 0) 3048|| (tvhip.flags & TVHITTESTINFO_FLAGS.TVHT_ONITEM) != 0 || FullRowSelect) 3077|| (tvhip.flags & TVHITTESTINFO_FLAGS.TVHT_ONITEM) != 0) 3283if ((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;