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