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