1 write to _accumulatingAngle
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\MatrixAnimationUsingPath.cs (1)
339
_accumulatingAngle
= DoubleAnimationUsingPath.CalculateAngleFromTangentVector(endTangent.X, endTangent.Y)
1 reference to _accumulatingAngle
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\MatrixAnimationUsingPath.cs (1)
298
angle = angle + (
_accumulatingAngle
* currentRepeat);