9 references to GetPointAtFractionLength
PresentationCore (9)
System\Windows\Media\Animation\DoubleAnimationUsingPath.cs (3)
181pathGeometry.GetPointAtFractionLength(animationClock.CurrentProgress.Value, out pathPoint, out pathTangent); 267pathGeometry.GetPointAtFractionLength(0.0, out startPoint, out startTangent); 270pathGeometry.GetPointAtFractionLength(1.0, out endPoint, out endTangent);
System\Windows\Media\Animation\MatrixAnimationUsingPath.cs (3)
259pathGeometry.GetPointAtFractionLength(animationClock.CurrentProgress.Value, out pathPoint, out pathTangent); 317pathGeometry.GetPointAtFractionLength(0.0, out startPoint, out startTangent); 320pathGeometry.GetPointAtFractionLength(1.0, out endPoint, out endTangent);
System\Windows\Media\Animation\PointAnimationUsingPath.cs (3)
151pathGeometry.GetPointAtFractionLength(animationClock.CurrentProgress.Value, out pathPoint, out pathTangent); 218pathGeometry.GetPointAtFractionLength(0.0, out startPoint, out startTangent); 221pathGeometry.GetPointAtFractionLength(1.0, out endPoint, out endTangent);