9 references to GetPointAtFractionLength
PresentationCore (9)
Core\CSharp\System\Windows\Media\Animation\DoubleAnimationUsingPath.cs (3)
193pathGeometry.GetPointAtFractionLength(animationClock.CurrentProgress.Value, out pathPoint, out pathTangent); 279pathGeometry.GetPointAtFractionLength(0.0, out startPoint, out startTangent); 282pathGeometry.GetPointAtFractionLength(1.0, out endPoint, out endTangent);
Core\CSharp\System\Windows\Media\Animation\MatrixAnimationUsingPath.cs (3)
275pathGeometry.GetPointAtFractionLength(animationClock.CurrentProgress.Value, out pathPoint, out pathTangent); 333pathGeometry.GetPointAtFractionLength(0.0, out startPoint, out startTangent); 336pathGeometry.GetPointAtFractionLength(1.0, out endPoint, out endTangent);
Core\CSharp\System\Windows\Media\Animation\PointAnimationUsingPath.cs (3)
168pathGeometry.GetPointAtFractionLength(animationClock.CurrentProgress.Value, out pathPoint, out pathTangent); 235pathGeometry.GetPointAtFractionLength(0.0, out startPoint, out startTangent); 238pathGeometry.GetPointAtFractionLength(1.0, out endPoint, out endTangent);