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