3 references to _accumulatingVector
PresentationCore (3)
Core\CSharp\System\Windows\Media\Animation\PointAnimationUsingPath.cs (3)
175pathPoint = pathPoint + (_accumulatingVector * currentRepeat); 240_accumulatingVector.X = endPoint.X - startPoint.X; 241_accumulatingVector.Y = endPoint.Y - startPoint.Y;