2 references to BelowClientArea
System.Windows.Forms.Tests (2)
System\Windows\Forms\TreeViewTests.cs (2)
5092
yield return new object[] { new Point(int.MaxValue, int.MaxValue), TreeViewHitTestLocations.
BelowClientArea
| TreeViewHitTestLocations.RightOfClientArea };
5144
yield return new object[] { new Point(int.MaxValue, int.MaxValue), TreeViewHitTestLocations.
BelowClientArea
| TreeViewHitTestLocations.RightOfClientArea };