28 references to HitTest
System.Windows.Forms (28)
System\Windows\Forms\Controls\DataGridView\DataGridView.AccessibleObject.cs (1)
161
HitTestInfo hti = owner.
HitTest
(pt.X, pt.Y);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (27)
5815
HitTestInfo hti =
HitTest
(me.X, me.Y);
8652
hti =
HitTest
(RightToLeftInternal ? rectScrollingArea.Right - 1 : rectScrollingArea.Left, mouseY);
8681
hti =
HitTest
(RightToLeftInternal ? rectScrollingArea.Right : rectScrollingArea.Left, mouseY);
8703
hti =
HitTest
(RightToLeftInternal ? rectScrollingArea.Right : rectScrollingArea.Left, mouseY);
8744
hti =
HitTest
(mouseX, rectScrollingArea.Top);
8764
hti =
HitTest
(mouseX, rectScrollingArea.Top);
8799
hti =
HitTest
(mouseX, rectScrollingArea.Top);
9026
hti =
HitTest
(mouseX, mouseY);
9689
HitTestInfo hti =
HitTest
(ptMouse.X, ptMouse.Y);
9701
hti =
HitTest
(ptMouse.X + (RightToLeftInternal ? 1 : -1) * (xOffset + normOffset), mouseY);
9710
?
HitTest
(
9713
:
HitTest
(ptMouse.X + (RightToLeftInternal ? 1 : -1) * (xOffset + normOffset), mouseY);
11958
HitTestInfo hti =
HitTest
(ptGridCoord.X, ptGridCoord.Y);
12741
HitTestInfo hti =
HitTest
(ptGridCoord.X, ptGridCoord.Y);
15002
HitTestInfo hti =
HitTest
(me.X, me.Y);
15933
HitTestInfo hti =
HitTest
(e.X, e.Y);
16022
HitTestInfo hti =
HitTest
(e.X, e.Y);
16174
HitTestInfo hti =
HitTest
(e.X, e.Y);
16250
HitTestInfo hti =
HitTest
(e.X, e.Y);
16409
HitTestInfo hti =
HitTest
(e.X, e.Y);
16490
hti =
HitTest
(e.X, e.Y);
29228
HitTestInfo htiToUse = hti ??
HitTest
(ptMouse.X, ptMouse.Y);
29938
HitTestInfo hti =
HitTest
(ptMouse.X, ptMouse.Y);
29952
hti =
HitTest
(mouseX, ptMouse.Y - yOffset - normOffset);
29961
?
HitTest
(ptMouse.X - xOffset - (xOffset / Math.Abs(xOffset)), ptMouse.Y - yOffset - normOffset)
29962
:
HitTest
(mouseX, ptMouse.Y - yOffset - normOffset);
30045
HitTestInfo hti =
HitTest
(client.X, client.Y);