3 references to _accumulatingOffset
PresentationCore (3)
Core\CSharp\System\Windows\Media\Animation\MatrixAnimationUsingPath.cs (3)
292
pathPoint = pathPoint + (
_accumulatingOffset
* currentRepeat);
342
_accumulatingOffset
.X = endPoint.X - startPoint.X;
343
_accumulatingOffset
.Y = endPoint.Y - startPoint.Y;