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)
5759
HitTestInfo hti =
HitTest
(me.X, me.Y);
8596
hti =
HitTest
(RightToLeftInternal ? rectScrollingArea.Right - 1 : rectScrollingArea.Left, mouseY);
8625
hti =
HitTest
(RightToLeftInternal ? rectScrollingArea.Right : rectScrollingArea.Left, mouseY);
8647
hti =
HitTest
(RightToLeftInternal ? rectScrollingArea.Right : rectScrollingArea.Left, mouseY);
8688
hti =
HitTest
(mouseX, rectScrollingArea.Top);
8708
hti =
HitTest
(mouseX, rectScrollingArea.Top);
8743
hti =
HitTest
(mouseX, rectScrollingArea.Top);
8970
hti =
HitTest
(mouseX, mouseY);
9633
HitTestInfo hti =
HitTest
(ptMouse.X, ptMouse.Y);
9645
hti =
HitTest
(ptMouse.X + (RightToLeftInternal ? 1 : -1) * (xOffset + normOffset), mouseY);
9654
?
HitTest
(
9657
:
HitTest
(ptMouse.X + (RightToLeftInternal ? 1 : -1) * (xOffset + normOffset), mouseY);
11902
HitTestInfo hti =
HitTest
(ptGridCoord.X, ptGridCoord.Y);
12685
HitTestInfo hti =
HitTest
(ptGridCoord.X, ptGridCoord.Y);
14946
HitTestInfo hti =
HitTest
(me.X, me.Y);
15871
HitTestInfo hti =
HitTest
(e.X, e.Y);
15960
HitTestInfo hti =
HitTest
(e.X, e.Y);
16112
HitTestInfo hti =
HitTest
(e.X, e.Y);
16188
HitTestInfo hti =
HitTest
(e.X, e.Y);
16347
HitTestInfo hti =
HitTest
(e.X, e.Y);
16428
hti =
HitTest
(e.X, e.Y);
29158
HitTestInfo htiToUse = hti ??
HitTest
(ptMouse.X, ptMouse.Y);
29868
HitTestInfo hti =
HitTest
(ptMouse.X, ptMouse.Y);
29882
hti =
HitTest
(mouseX, ptMouse.Y - yOffset - normOffset);
29891
?
HitTest
(ptMouse.X - xOffset - (xOffset / Math.Abs(xOffset)), ptMouse.Y - yOffset - normOffset)
29892
:
HitTest
(mouseX, ptMouse.Y - yOffset - normOffset);
29975
HitTestInfo hti =
HitTest
(client.X, client.Y);