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