6 references to HitTestQuadSegment
PresentationCore (6)
MS\Internal\Ink\EllipticalNodeOperations.cs (4)
258if ((nearest.LengthSquared <= (smallRadius * smallRadius)) || HitTestQuadSegment(quad, hitBeginPoint, hitEndPoint)) 353HitTestQuadSegment(quad, hitSegment.Begin, hitSegment.End)) 425|| (result.IsEmpty && (HitTestQuadSegment(quad, hitBeginPoint, hitEndPoint) == false))) 547(HitTestQuadSegment(quad, hitSegment.Begin, hitSegment.End) == false))))
MS\Internal\Ink\StrokeNodeOperations.cs (2)
510if (result.IsEmpty && (quad.IsEmpty || !HitTestQuadSegment(quad, hitBeginPoint, hitEndPoint))) 593: HitTestQuadSegment(quad, hitSegment.Begin, hitSegment.End);