6 references to GetProjectionFIndex
PresentationCore (6)
MS\Internal\Ink\EllipticalNodeOperations.cs (2)
648double x = GetProjectionFIndex(hitBegin, hitEnd); 675double r = GetProjectionFIndex(hitBegin - S, hitEnd - S);
MS\Internal\Ink\ErasingStroke.cs (1)
290double findex = StrokeNodeOperations.GetProjectionFIndex(begin, end);
MS\Internal\Ink\StrokeNodeOperations2.cs (3)
373double findex = GetProjectionFIndex(segBegin, segEnd); 539double findex = GetProjectionFIndex(begin, end); 551double findex = GetProjectionFIndex(begin, end);