24 references to CurrentTime
PresentationCore (22)
Core\CSharp\System\Windows\Media\Animation\Generated\BooleanAnimationUsingKeyFrames.cs (1)
355
TimeSpan currentTime = animationClock.
CurrentTime
.Value;
Core\CSharp\System\Windows\Media\Animation\Generated\ByteAnimationUsingKeyFrames.cs (1)
355
TimeSpan currentTime = animationClock.
CurrentTime
.Value;
Core\CSharp\System\Windows\Media\Animation\Generated\CharAnimationUsingKeyFrames.cs (1)
355
TimeSpan currentTime = animationClock.
CurrentTime
.Value;
Core\CSharp\System\Windows\Media\Animation\Generated\ColorAnimationUsingKeyFrames.cs (1)
355
TimeSpan currentTime = animationClock.
CurrentTime
.Value;
Core\CSharp\System\Windows\Media\Animation\Generated\DecimalAnimationUsingKeyFrames.cs (1)
355
TimeSpan currentTime = animationClock.
CurrentTime
.Value;
Core\CSharp\System\Windows\Media\Animation\Generated\DoubleAnimationUsingKeyFrames.cs (1)
355
TimeSpan currentTime = animationClock.
CurrentTime
.Value;
Core\CSharp\System\Windows\Media\Animation\Generated\Int16AnimationUsingKeyFrames.cs (1)
355
TimeSpan currentTime = animationClock.
CurrentTime
.Value;
Core\CSharp\System\Windows\Media\Animation\Generated\Int32AnimationUsingKeyFrames.cs (1)
355
TimeSpan currentTime = animationClock.
CurrentTime
.Value;
Core\CSharp\System\Windows\Media\Animation\Generated\Int64AnimationUsingKeyFrames.cs (1)
355
TimeSpan currentTime = animationClock.
CurrentTime
.Value;
Core\CSharp\System\Windows\Media\Animation\Generated\MatrixAnimationUsingKeyFrames.cs (1)
355
TimeSpan currentTime = animationClock.
CurrentTime
.Value;
Core\CSharp\System\Windows\Media\Animation\Generated\ObjectAnimationUsingKeyFrames.cs (1)
355
TimeSpan currentTime = animationClock.
CurrentTime
.Value;
Core\CSharp\System\Windows\Media\Animation\Generated\Point3DAnimationUsingKeyFrames.cs (1)
355
TimeSpan currentTime = animationClock.
CurrentTime
.Value;
Core\CSharp\System\Windows\Media\Animation\Generated\PointAnimationUsingKeyFrames.cs (1)
355
TimeSpan currentTime = animationClock.
CurrentTime
.Value;
Core\CSharp\System\Windows\Media\Animation\Generated\QuaternionAnimationUsingKeyFrames.cs (1)
355
TimeSpan currentTime = animationClock.
CurrentTime
.Value;
Core\CSharp\System\Windows\Media\Animation\Generated\RectAnimationUsingKeyFrames.cs (1)
355
TimeSpan currentTime = animationClock.
CurrentTime
.Value;
Core\CSharp\System\Windows\Media\Animation\Generated\Rotation3DAnimationUsingKeyFrames.cs (1)
355
TimeSpan currentTime = animationClock.
CurrentTime
.Value;
Core\CSharp\System\Windows\Media\Animation\Generated\SingleAnimationUsingKeyFrames.cs (1)
355
TimeSpan currentTime = animationClock.
CurrentTime
.Value;
Core\CSharp\System\Windows\Media\Animation\Generated\SizeAnimationUsingKeyFrames.cs (1)
355
TimeSpan currentTime = animationClock.
CurrentTime
.Value;
Core\CSharp\System\Windows\Media\Animation\Generated\StringAnimationUsingKeyFrames.cs (1)
355
TimeSpan currentTime = animationClock.
CurrentTime
.Value;
Core\CSharp\System\Windows\Media\Animation\Generated\Vector3DAnimationUsingKeyFrames.cs (1)
355
TimeSpan currentTime = animationClock.
CurrentTime
.Value;
Core\CSharp\System\Windows\Media\Animation\Generated\VectorAnimationUsingKeyFrames.cs (1)
355
TimeSpan currentTime = animationClock.
CurrentTime
.Value;
Core\CSharp\System\Windows\Media\MediaClock.cs (1)
142
TimeSpan? currentTimeProperty = this.
CurrentTime
;
PresentationFramework (2)
src\Framework\System\Windows\Media\Animation\Generated\ThicknessAnimationUsingKeyFrames.cs (1)
355
TimeSpan currentTime = animationClock.
CurrentTime
.Value;
src\Framework\System\Windows\Media\Animation\Storyboard.cs (1)
1516
return clock.
CurrentTime
;