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