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