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)
298angle = angle + (_accumulatingAngle * currentRepeat);