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