3 writes to _accumulatingValue
PresentationCore (3)
Core\CSharp\System\Windows\Media\Animation\DoubleAnimationUsingPath.cs (3)
287_accumulatingValue = CalculateAngleFromTangentVector(endTangent.X, endTangent.Y) 292_accumulatingValue = endPoint.X - startPoint.X; 296_accumulatingValue = endPoint.Y - startPoint.Y;
1 reference to _accumulatingValue
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\DoubleAnimationUsingPath.cs (1)
215pathValue += (_accumulatingValue * currentRepeat);