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