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