9 references to GetPointAtFractionLength
PresentationCore (9)
System\Windows\Media\Animation\DoubleAnimationUsingPath.cs (3)
182
pathGeometry.
GetPointAtFractionLength
(animationClock.CurrentProgress.Value, out pathPoint, out pathTangent);
268
pathGeometry.
GetPointAtFractionLength
(0.0, out startPoint, out startTangent);
271
pathGeometry.
GetPointAtFractionLength
(1.0, out endPoint, out endTangent);
System\Windows\Media\Animation\MatrixAnimationUsingPath.cs (3)
260
pathGeometry.
GetPointAtFractionLength
(animationClock.CurrentProgress.Value, out pathPoint, out pathTangent);
318
pathGeometry.
GetPointAtFractionLength
(0.0, out startPoint, out startTangent);
321
pathGeometry.
GetPointAtFractionLength
(1.0, out endPoint, out endTangent);
System\Windows\Media\Animation\PointAnimationUsingPath.cs (3)
152
pathGeometry.
GetPointAtFractionLength
(animationClock.CurrentProgress.Value, out pathPoint, out pathTangent);
219
pathGeometry.
GetPointAtFractionLength
(0.0, out startPoint, out startTangent);
222
pathGeometry.
GetPointAtFractionLength
(1.0, out endPoint, out endTangent);