16 references to Timeline
PresentationCore (14)
System\Windows\Generated\ContentElement.cs (2)
76
&& !AnimationStorage.IsAnimationValid(dp, clock.
Timeline
))
78
throw new ArgumentException(SR.Format(SR.Animation_AnimationTimelineTypeMismatch, clock.
Timeline
.GetType(), dp.Name, dp.PropertyType), nameof(clock));
System\Windows\Generated\UIElement.cs (2)
76
&& !AnimationStorage.IsAnimationValid(dp, clock.
Timeline
))
78
throw new ArgumentException(SR.Format(SR.Animation_AnimationTimelineTypeMismatch, clock.
Timeline
.GetType(), dp.Name, dp.PropertyType), nameof(clock));
System\Windows\Media\Animation\AnimationStorage.cs (2)
494
((AnimationClock)sender).
Timeline
.GetType().FullName),
1052
return IsAnimationValid(dp, (AnimationTimeline)animation.
Timeline
);
System\Windows\Media\Animation\Generated\Animatable.cs (2)
75
&& !AnimationStorage.IsAnimationValid(dp, clock.
Timeline
))
77
throw new ArgumentException(SR.Format(SR.Animation_AnimationTimelineTypeMismatch, clock.
Timeline
.GetType(), dp.Name, dp.PropertyType), nameof(clock));
System\Windows\Media\Animation\Generated\DoubleAnimationClockResource.cs (1)
73
return ((DoubleAnimationBase)(_animationClock.
Timeline
)).GetCurrentValue(
System\Windows\Media\Animation\Generated\PointAnimationClockResource.cs (1)
73
return ((PointAnimationBase)(_animationClock.
Timeline
)).GetCurrentValue(
System\Windows\Media\Animation\Generated\RectAnimationClockResource.cs (1)
73
return ((RectAnimationBase)(_animationClock.
Timeline
)).GetCurrentValue(
System\Windows\Media\Animation\Generated\SizeAnimationClockResource.cs (1)
73
return ((SizeAnimationBase)(_animationClock.
Timeline
)).GetCurrentValue(
System\Windows\Media3D\Generated\Visual3D.cs (2)
75
&& !AnimationStorage.IsAnimationValid(dp, clock.
Timeline
))
77
throw new ArgumentException(SR.Format(SR.Animation_AnimationTimelineTypeMismatch, clock.
Timeline
.GetType(), dp.Name, dp.PropertyType), nameof(clock));
PresentationFramework (2)
System\windows\Documents\CaretElement.cs (1)
902
if (_blinkAnimationClock == null || _blinkAnimationClock.
Timeline
.Duration != blinkDuration)
System\Windows\Media\Animation\Storyboard.cs (1)
797
throw new InvalidOperationException(SR.Format(SR.Storyboard_AnimationMismatch, animationClock.
Timeline
.GetType(), targetProperty.Name, targetProperty.PropertyType));