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