8 references to LeftOfClientArea
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
};
5086
yield return new object[] { new Point(-1, 0), TreeViewHitTestLocations.
LeftOfClientArea
};
5087
yield return new object[] { new Point(-1, 2), TreeViewHitTestLocations.
LeftOfClientArea
};
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
};
5142
yield return new object[] { new Point(-1, 0), TreeViewHitTestLocations.
LeftOfClientArea
};
5143
yield return new object[] { new Point(-1, 2), TreeViewHitTestLocations.
LeftOfClientArea
};