8 references to LeftOfClientArea
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 }; 5084yield return new object[] { new Point(-1, 0), TreeViewHitTestLocations.LeftOfClientArea }; 5085yield return new object[] { new Point(-1, 2), TreeViewHitTestLocations.LeftOfClientArea }; 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 }; 5140yield return new object[] { new Point(-1, 0), TreeViewHitTestLocations.LeftOfClientArea }; 5141yield return new object[] { new Point(-1, 2), TreeViewHitTestLocations.LeftOfClientArea };