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