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