6 references to HitTestQuadSegment
PresentationCore (6)
MS\Internal\Ink\EllipticalNodeOperations.cs (4)
257if ((nearest.LengthSquared <= (smallRadius * smallRadius)) || HitTestQuadSegment(quad, hitBeginPoint, hitEndPoint)) 352HitTestQuadSegment(quad, hitSegment.Begin, hitSegment.End)) 424|| (result.IsEmpty && (!HitTestQuadSegment(quad, hitBeginPoint, hitEndPoint)))) 546(!HitTestQuadSegment(quad, hitSegment.Begin, hitSegment.End)))))
MS\Internal\Ink\StrokeNodeOperations.cs (2)
509if (result.IsEmpty && (quad.IsEmpty || !HitTestQuadSegment(quad, hitBeginPoint, hitEndPoint))) 592: HitTestQuadSegment(quad, hitSegment.Begin, hitSegment.End);