3 writes to _accumulatingValue
PresentationCore (3)
System\Windows\Media\Animation\DoubleAnimationUsingPath.cs (3)
276_accumulatingValue = CalculateAngleFromTangentVector(endTangent.X, endTangent.Y) 281_accumulatingValue = endPoint.X - startPoint.X; 285_accumulatingValue = endPoint.Y - startPoint.Y;
1 reference to _accumulatingValue
PresentationCore (1)
System\Windows\Media\Animation\DoubleAnimationUsingPath.cs (1)
204pathValue += (_accumulatingValue * currentRepeat);