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