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