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