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