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