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