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