8 references to AboveClientArea
System.Windows.Forms.Tests (8)
System\Windows\Forms\TreeViewTests.cs (8)
5084yield return new object[] { new Point(int.MinValue, int.MinValue), TreeViewHitTestLocations.AboveClientArea | TreeViewHitTestLocations.LeftOfClientArea }; 5085yield return new object[] { new Point(-1, -2), TreeViewHitTestLocations.AboveClientArea | TreeViewHitTestLocations.LeftOfClientArea }; 5088yield return new object[] { new Point(0, -2), TreeViewHitTestLocations.AboveClientArea }; 5091yield return new object[] { new Point(1, -2), TreeViewHitTestLocations.AboveClientArea }; 5140yield return new object[] { new Point(int.MinValue, int.MinValue), TreeViewHitTestLocations.AboveClientArea | TreeViewHitTestLocations.LeftOfClientArea }; 5141yield return new object[] { new Point(-1, -2), TreeViewHitTestLocations.AboveClientArea | TreeViewHitTestLocations.LeftOfClientArea }; 5144yield return new object[] { new Point(0, -2), TreeViewHitTestLocations.AboveClientArea }; 5145yield return new object[] { new Point(1, -2), TreeViewHitTestLocations.AboveClientArea };