11 references to GetNearest
PresentationCore (11)
Core\CSharp\MS\Internal\Ink\EllipticalNodeOperations.cs (10)
248
Vector nearest =
GetNearest
(hitBegin, hitEnd);
262
nearest =
GetNearest
(hitBegin - spineVector, hitEnd - spineVector);
346
Vector nearest =
GetNearest
(hitBegin, hitEnd);
356
nearest =
GetNearest
(hitBegin - spineVector, hitEnd - spineVector);
407
Vector nearest =
GetNearest
(hitBegin, hitEnd);
417
nearest =
GetNearest
(hitBegin - spineVector, hitEnd - spineVector);
513
Vector nearest =
GetNearest
(hitBegin, hitEnd);
535
nearest =
GetNearest
(hitBegin - spineVector, hitEnd - spineVector);
621
Vector nearest =
GetNearest
(hitBegin, hitEnd);
650
findex = ClipTest(spineVector, beginRadius, endRadius,
GetNearest
(hitBegin, hitEnd));
Core\CSharp\MS\Internal\Ink\StrokeNodeOperations2.cs (1)
352
double distanceSquared =
GetNearest
(segBegin, segEnd).LengthSquared;