5 references to TreeViewHitTestLocations
System.Windows.Forms (5)
winforms\Managed\System\WinForms\TreeView.cs (2)
1789TreeViewHitTestLocations loc = (TreeViewHitTestLocations)tvhi.flags;
winforms\Managed\System\WinForms\TreeViewHitTestInfo.cs (3)
20private TreeViewHitTestLocations loc; 27public TreeViewHitTestInfo(TreeNode hitNode, TreeViewHitTestLocations hitLocation) { 37public TreeViewHitTestLocations Location {