38 references to CurrentIteration
PresentationCore (35)
System\Windows\Media\Animation\DoubleAnimationUsingPath.cs (1)
208double currentRepeat = (double)(animationClock.CurrentIteration - 1);
System\Windows\Media\Animation\Generated\ByteAnimation.cs (1)
346double currentRepeat = (double)(animationClock.CurrentIteration - 1);
System\Windows\Media\Animation\Generated\ByteAnimationUsingKeyFrames.cs (1)
442Double currentRepeat = (Double)(animationClock.CurrentIteration - 1);
System\Windows\Media\Animation\Generated\ColorAnimation.cs (1)
346double currentRepeat = (double)(animationClock.CurrentIteration - 1);
System\Windows\Media\Animation\Generated\ColorAnimationUsingKeyFrames.cs (1)
442Double currentRepeat = (Double)(animationClock.CurrentIteration - 1);
System\Windows\Media\Animation\Generated\DecimalAnimation.cs (1)
346double currentRepeat = (double)(animationClock.CurrentIteration - 1);
System\Windows\Media\Animation\Generated\DecimalAnimationUsingKeyFrames.cs (1)
442Double currentRepeat = (Double)(animationClock.CurrentIteration - 1);
System\Windows\Media\Animation\Generated\DoubleAnimation.cs (1)
346double currentRepeat = (double)(animationClock.CurrentIteration - 1);
System\Windows\Media\Animation\Generated\DoubleAnimationUsingKeyFrames.cs (1)
442Double currentRepeat = (Double)(animationClock.CurrentIteration - 1);
System\Windows\Media\Animation\Generated\Int16Animation.cs (1)
346double currentRepeat = (double)(animationClock.CurrentIteration - 1);
System\Windows\Media\Animation\Generated\Int16AnimationUsingKeyFrames.cs (1)
442Double currentRepeat = (Double)(animationClock.CurrentIteration - 1);
System\Windows\Media\Animation\Generated\Int32Animation.cs (1)
346double currentRepeat = (double)(animationClock.CurrentIteration - 1);
System\Windows\Media\Animation\Generated\Int32AnimationUsingKeyFrames.cs (1)
442Double currentRepeat = (Double)(animationClock.CurrentIteration - 1);
System\Windows\Media\Animation\Generated\Int64Animation.cs (1)
346double currentRepeat = (double)(animationClock.CurrentIteration - 1);
System\Windows\Media\Animation\Generated\Int64AnimationUsingKeyFrames.cs (1)
442Double currentRepeat = (Double)(animationClock.CurrentIteration - 1);
System\Windows\Media\Animation\Generated\Point3DAnimation.cs (1)
346double currentRepeat = (double)(animationClock.CurrentIteration - 1);
System\Windows\Media\Animation\Generated\Point3DAnimationUsingKeyFrames.cs (1)
442Double currentRepeat = (Double)(animationClock.CurrentIteration - 1);
System\Windows\Media\Animation\Generated\PointAnimation.cs (1)
346double currentRepeat = (double)(animationClock.CurrentIteration - 1);
System\Windows\Media\Animation\Generated\PointAnimationUsingKeyFrames.cs (1)
442Double currentRepeat = (Double)(animationClock.CurrentIteration - 1);
System\Windows\Media\Animation\Generated\QuaternionAnimation.cs (1)
346double currentRepeat = (double)(animationClock.CurrentIteration - 1);
System\Windows\Media\Animation\Generated\QuaternionAnimationUsingKeyFrames.cs (1)
442Double currentRepeat = (Double)(animationClock.CurrentIteration - 1);
System\Windows\Media\Animation\Generated\RectAnimation.cs (1)
346double currentRepeat = (double)(animationClock.CurrentIteration - 1);
System\Windows\Media\Animation\Generated\RectAnimationUsingKeyFrames.cs (1)
442Double currentRepeat = (Double)(animationClock.CurrentIteration - 1);
System\Windows\Media\Animation\Generated\Rotation3DAnimation.cs (1)
346double currentRepeat = (double)(animationClock.CurrentIteration - 1);
System\Windows\Media\Animation\Generated\Rotation3DAnimationUsingKeyFrames.cs (1)
442Double currentRepeat = (Double)(animationClock.CurrentIteration - 1);
System\Windows\Media\Animation\Generated\SingleAnimation.cs (1)
346double currentRepeat = (double)(animationClock.CurrentIteration - 1);
System\Windows\Media\Animation\Generated\SingleAnimationUsingKeyFrames.cs (1)
442Double currentRepeat = (Double)(animationClock.CurrentIteration - 1);
System\Windows\Media\Animation\Generated\SizeAnimation.cs (1)
346double currentRepeat = (double)(animationClock.CurrentIteration - 1);
System\Windows\Media\Animation\Generated\SizeAnimationUsingKeyFrames.cs (1)
442Double currentRepeat = (Double)(animationClock.CurrentIteration - 1);
System\Windows\Media\Animation\Generated\Vector3DAnimation.cs (1)
346double currentRepeat = (double)(animationClock.CurrentIteration - 1);
System\Windows\Media\Animation\Generated\Vector3DAnimationUsingKeyFrames.cs (1)
442Double currentRepeat = (Double)(animationClock.CurrentIteration - 1);
System\Windows\Media\Animation\Generated\VectorAnimation.cs (1)
346double currentRepeat = (double)(animationClock.CurrentIteration - 1);
System\Windows\Media\Animation\Generated\VectorAnimationUsingKeyFrames.cs (1)
442Double currentRepeat = (Double)(animationClock.CurrentIteration - 1);
System\Windows\Media\Animation\MatrixAnimationUsingPath.cs (1)
285double currentRepeat = (double)(animationClock.CurrentIteration - 1);
System\Windows\Media\Animation\PointAnimationUsingPath.cs (1)
169double currentRepeat = (double)(animationClock.CurrentIteration - 1);
PresentationFramework (3)
System\Windows\Media\Animation\Generated\ThicknessAnimation.cs (1)
345double currentRepeat = (double)(animationClock.CurrentIteration - 1);
System\Windows\Media\Animation\Generated\ThicknessAnimationUsingKeyFrames.cs (1)
441Double currentRepeat = (Double)(animationClock.CurrentIteration - 1);
System\Windows\Media\Animation\Storyboard.cs (1)
1377return clock.CurrentIteration;