8 references to AboveClientArea
System.Windows.Forms.Tests (8)
System\Windows\Forms\TreeViewTests.cs (8)
5082yield return new object[] { new Point(int.MinValue, int.MinValue), TreeViewHitTestLocations.AboveClientArea | TreeViewHitTestLocations.LeftOfClientArea }; 5083yield return new object[] { new Point(-1, -2), TreeViewHitTestLocations.AboveClientArea | TreeViewHitTestLocations.LeftOfClientArea }; 5086yield return new object[] { new Point(0, -2), TreeViewHitTestLocations.AboveClientArea }; 5089yield return new object[] { new Point(1, -2), TreeViewHitTestLocations.AboveClientArea }; 5138yield return new object[] { new Point(int.MinValue, int.MinValue), TreeViewHitTestLocations.AboveClientArea | TreeViewHitTestLocations.LeftOfClientArea }; 5139yield return new object[] { new Point(-1, -2), TreeViewHitTestLocations.AboveClientArea | TreeViewHitTestLocations.LeftOfClientArea }; 5142yield return new object[] { new Point(0, -2), TreeViewHitTestLocations.AboveClientArea }; 5143yield return new object[] { new Point(1, -2), TreeViewHitTestLocations.AboveClientArea };