1 override of HitTest
PresentationCore (1)
Core\CSharp\MS\Internal\Ink\EllipticalNodeOperations.cs (1)
281internal override bool HitTest(
2 references to HitTest
PresentationCore (2)
Core\CSharp\MS\Internal\Ink\StrokeNode.cs (1)
862return _operations.HitTest(_lastNode, _thisNode, ConnectingQuad, hittingContour);
Core\CSharp\MS\Internal\Ink\StrokeNodeOperations.cs (1)
574if (HitTest(beginNode, endNode, quad, hitContour) == true)