6 references to GetProjectionFIndex
PresentationCore (6)
Core\CSharp\MS\Internal\Ink\EllipticalNodeOperations.cs (2)
656double x = GetProjectionFIndex(hitBegin, hitEnd); 683double r = GetProjectionFIndex(hitBegin - S, hitEnd - S);
Core\CSharp\MS\Internal\Ink\ErasingStroke.cs (1)
294double findex = StrokeNodeOperations.GetProjectionFIndex(begin, end);
Core\CSharp\MS\Internal\Ink\StrokeNodeOperations2.cs (3)
379double findex = GetProjectionFIndex(segBegin, segEnd); 545double findex = GetProjectionFIndex(begin, end); 557double findex = GetProjectionFIndex(begin, end);