6 references to GetProjectionFIndex
PresentationCore (6)
MS\Internal\Ink\EllipticalNodeOperations.cs (2)
649double x = GetProjectionFIndex(hitBegin, hitEnd); 676double r = GetProjectionFIndex(hitBegin - S, hitEnd - S);
MS\Internal\Ink\ErasingStroke.cs (1)
291double findex = StrokeNodeOperations.GetProjectionFIndex(begin, end);
MS\Internal\Ink\StrokeNodeOperations2.cs (3)
374double findex = GetProjectionFIndex(segBegin, segEnd); 540double findex = GetProjectionFIndex(begin, end); 552double findex = GetProjectionFIndex(begin, end);