6 references to HitTestQuadSegment
PresentationCore (6)
Core\CSharp\MS\Internal\Ink\EllipticalNodeOperations.cs (4)
263if ((nearest.LengthSquared <= (smallRadius * smallRadius)) || HitTestQuadSegment(quad, hitBeginPoint, hitEndPoint)) 358HitTestQuadSegment(quad, hitSegment.Begin, hitSegment.End)) 430|| (result.IsEmpty && (HitTestQuadSegment(quad, hitBeginPoint, hitEndPoint) == false))) 552(HitTestQuadSegment(quad, hitSegment.Begin, hitSegment.End) == false))))
Core\CSharp\MS\Internal\Ink\StrokeNodeOperations.cs (2)
526if (result.IsEmpty && (quad.IsEmpty || !HitTestQuadSegment(quad, hitBeginPoint, hitEndPoint))) 611: HitTestQuadSegment(quad, hitSegment.Begin, hitSegment.End);