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