7 references to TreeViewHitTestLocations
System.Windows.Forms (5)
System\Windows\Forms\Controls\TreeView\TreeView.cs (2)
1644TreeViewHitTestLocations loc = (TreeViewHitTestLocations)tvhi.flags;
System\Windows\Forms\Controls\TreeView\TreeViewHitTestInfo.cs (3)
11private readonly TreeViewHitTestLocations _location; 17public TreeViewHitTestInfo(TreeNode? hitNode, TreeViewHitTestLocations hitLocation) 26public TreeViewHitTestLocations Location
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\DesignBindingPicker.cs (2)
2070(treeViewHitTestInfo.Location == TreeViewHitTestLocations.Image || 2071treeViewHitTestInfo.Location == TreeViewHitTestLocations.Label))