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)
215
pathValue += (
_accumulatingValue
* currentRepeat);