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