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