38 references to CurrentIteration
PresentationCore (35)
Core\CSharp\System\Windows\Media\Animation\DoubleAnimationUsingPath.cs (1)
210double currentRepeat = (double)(animationClock.CurrentIteration - 1);
Core\CSharp\System\Windows\Media\Animation\Generated\ByteAnimation.cs (1)
348double currentRepeat = (double)(animationClock.CurrentIteration - 1);
Core\CSharp\System\Windows\Media\Animation\Generated\ByteAnimationUsingKeyFrames.cs (1)
450Double currentRepeat = (Double)(animationClock.CurrentIteration - 1);
Core\CSharp\System\Windows\Media\Animation\Generated\ColorAnimation.cs (1)
348double currentRepeat = (double)(animationClock.CurrentIteration - 1);
Core\CSharp\System\Windows\Media\Animation\Generated\ColorAnimationUsingKeyFrames.cs (1)
450Double currentRepeat = (Double)(animationClock.CurrentIteration - 1);
Core\CSharp\System\Windows\Media\Animation\Generated\DecimalAnimation.cs (1)
348double currentRepeat = (double)(animationClock.CurrentIteration - 1);
Core\CSharp\System\Windows\Media\Animation\Generated\DecimalAnimationUsingKeyFrames.cs (1)
450Double currentRepeat = (Double)(animationClock.CurrentIteration - 1);
Core\CSharp\System\Windows\Media\Animation\Generated\DoubleAnimation.cs (1)
348double currentRepeat = (double)(animationClock.CurrentIteration - 1);
Core\CSharp\System\Windows\Media\Animation\Generated\DoubleAnimationUsingKeyFrames.cs (1)
450Double currentRepeat = (Double)(animationClock.CurrentIteration - 1);
Core\CSharp\System\Windows\Media\Animation\Generated\Int16Animation.cs (1)
348double currentRepeat = (double)(animationClock.CurrentIteration - 1);
Core\CSharp\System\Windows\Media\Animation\Generated\Int16AnimationUsingKeyFrames.cs (1)
450Double currentRepeat = (Double)(animationClock.CurrentIteration - 1);
Core\CSharp\System\Windows\Media\Animation\Generated\Int32Animation.cs (1)
348double currentRepeat = (double)(animationClock.CurrentIteration - 1);
Core\CSharp\System\Windows\Media\Animation\Generated\Int32AnimationUsingKeyFrames.cs (1)
450Double currentRepeat = (Double)(animationClock.CurrentIteration - 1);
Core\CSharp\System\Windows\Media\Animation\Generated\Int64Animation.cs (1)
348double currentRepeat = (double)(animationClock.CurrentIteration - 1);
Core\CSharp\System\Windows\Media\Animation\Generated\Int64AnimationUsingKeyFrames.cs (1)
450Double currentRepeat = (Double)(animationClock.CurrentIteration - 1);
Core\CSharp\System\Windows\Media\Animation\Generated\Point3DAnimation.cs (1)
348double currentRepeat = (double)(animationClock.CurrentIteration - 1);
Core\CSharp\System\Windows\Media\Animation\Generated\Point3DAnimationUsingKeyFrames.cs (1)
450Double currentRepeat = (Double)(animationClock.CurrentIteration - 1);
Core\CSharp\System\Windows\Media\Animation\Generated\PointAnimation.cs (1)
348double currentRepeat = (double)(animationClock.CurrentIteration - 1);
Core\CSharp\System\Windows\Media\Animation\Generated\PointAnimationUsingKeyFrames.cs (1)
450Double currentRepeat = (Double)(animationClock.CurrentIteration - 1);
Core\CSharp\System\Windows\Media\Animation\Generated\QuaternionAnimation.cs (1)
348double currentRepeat = (double)(animationClock.CurrentIteration - 1);
Core\CSharp\System\Windows\Media\Animation\Generated\QuaternionAnimationUsingKeyFrames.cs (1)
450Double currentRepeat = (Double)(animationClock.CurrentIteration - 1);
Core\CSharp\System\Windows\Media\Animation\Generated\RectAnimation.cs (1)
348double currentRepeat = (double)(animationClock.CurrentIteration - 1);
Core\CSharp\System\Windows\Media\Animation\Generated\RectAnimationUsingKeyFrames.cs (1)
450Double currentRepeat = (Double)(animationClock.CurrentIteration - 1);
Core\CSharp\System\Windows\Media\Animation\Generated\Rotation3DAnimation.cs (1)
348double currentRepeat = (double)(animationClock.CurrentIteration - 1);
Core\CSharp\System\Windows\Media\Animation\Generated\Rotation3DAnimationUsingKeyFrames.cs (1)
450Double currentRepeat = (Double)(animationClock.CurrentIteration - 1);
Core\CSharp\System\Windows\Media\Animation\Generated\SingleAnimation.cs (1)
348double currentRepeat = (double)(animationClock.CurrentIteration - 1);
Core\CSharp\System\Windows\Media\Animation\Generated\SingleAnimationUsingKeyFrames.cs (1)
450Double currentRepeat = (Double)(animationClock.CurrentIteration - 1);
Core\CSharp\System\Windows\Media\Animation\Generated\SizeAnimation.cs (1)
348double currentRepeat = (double)(animationClock.CurrentIteration - 1);
Core\CSharp\System\Windows\Media\Animation\Generated\SizeAnimationUsingKeyFrames.cs (1)
450Double currentRepeat = (Double)(animationClock.CurrentIteration - 1);
Core\CSharp\System\Windows\Media\Animation\Generated\Vector3DAnimation.cs (1)
348double currentRepeat = (double)(animationClock.CurrentIteration - 1);
Core\CSharp\System\Windows\Media\Animation\Generated\Vector3DAnimationUsingKeyFrames.cs (1)
450Double currentRepeat = (Double)(animationClock.CurrentIteration - 1);
Core\CSharp\System\Windows\Media\Animation\Generated\VectorAnimation.cs (1)
348double currentRepeat = (double)(animationClock.CurrentIteration - 1);
Core\CSharp\System\Windows\Media\Animation\Generated\VectorAnimationUsingKeyFrames.cs (1)
450Double currentRepeat = (Double)(animationClock.CurrentIteration - 1);
Core\CSharp\System\Windows\Media\Animation\MatrixAnimationUsingPath.cs (1)
286double currentRepeat = (double)(animationClock.CurrentIteration - 1);
Core\CSharp\System\Windows\Media\Animation\PointAnimationUsingPath.cs (1)
170double currentRepeat = (double)(animationClock.CurrentIteration - 1);
PresentationFramework (3)
src\Framework\System\Windows\Media\Animation\Generated\ThicknessAnimation.cs (1)
348double currentRepeat = (double)(animationClock.CurrentIteration - 1);
src\Framework\System\Windows\Media\Animation\Generated\ThicknessAnimationUsingKeyFrames.cs (1)
450Double currentRepeat = (Double)(animationClock.CurrentIteration - 1);
src\Framework\System\Windows\Media\Animation\Storyboard.cs (1)
1380return clock.CurrentIteration;