9 references to flags
System.Windows.Forms (8)
System\Windows\Forms\Controls\TreeView\TreeView.cs (8)
1644TreeViewHitTestLocations loc = (TreeViewHitTestLocations)tvhi.flags; 2060if (hnode != 0 && ((tvhip.flags & TVHITTESTINFO_FLAGS.TVHT_ONITEM) != 0)) 2914if (hnode != 0 && tvhip.flags.HasFlag(TVHITTESTINFO_FLAGS.TVHT_ONITEM) && NodeFromHandle(hnode) is { } tn && !ShowNodeToolTips) 2945if (hnode != 0 && ((tvhip.flags & TVHITTESTINFO_FLAGS.TVHT_ONITEM) != 0)) 3022if (nmtv->hdr.code != PInvoke.NM_CLICK || (tvhip.flags & TVHITTESTINFO_FLAGS.TVHT_ONITEM) != 0) 3031|| (tvhip.flags & TVHITTESTINFO_FLAGS.TVHT_ONITEM) != 0 || FullRowSelect) 3060|| (tvhip.flags & TVHITTESTINFO_FLAGS.TVHT_ONITEM) != 0) 3266if ((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;