3 references to _accumulatingVector
PresentationCore (3)
System\Windows\Media\Animation\PointAnimationUsingPath.cs (3)
158pathPoint += _accumulatingVector * currentRepeat; 223_accumulatingVector.X = endPoint.X - startPoint.X; 224_accumulatingVector.Y = endPoint.Y - startPoint.Y;