16 references to Timeline
PresentationCore (14)
Core\CSharp\System\Windows\Generated\ContentElement.cs (2)
90&& !AnimationStorage.IsAnimationValid(dp, clock.Timeline)) 93throw new ArgumentException(SR.Get(SRID.Animation_AnimationTimelineTypeMismatch, clock.Timeline.GetType(), dp.Name, dp.PropertyType), "clock");
Core\CSharp\System\Windows\Generated\UIElement.cs (2)
90&& !AnimationStorage.IsAnimationValid(dp, clock.Timeline)) 93throw new ArgumentException(SR.Get(SRID.Animation_AnimationTimelineTypeMismatch, clock.Timeline.GetType(), dp.Name, dp.PropertyType), "clock");
Core\CSharp\System\Windows\Media\Animation\AnimationStorage.cs (2)
499((AnimationClock)sender).Timeline.GetType().FullName), 1066return IsAnimationValid(dp, (AnimationTimeline)animation.Timeline);
Core\CSharp\System\Windows\Media\Animation\Generated\Animatable.cs (2)
97&& !AnimationStorage.IsAnimationValid(dp, clock.Timeline)) 100throw new ArgumentException(SR.Get(SRID.Animation_AnimationTimelineTypeMismatch, clock.Timeline.GetType(), dp.Name, dp.PropertyType), "clock");
Core\CSharp\System\Windows\Media\Animation\Generated\DoubleAnimationClockResource.cs (1)
80return ((DoubleAnimationBase)(_animationClock.Timeline)).GetCurrentValue(
Core\CSharp\System\Windows\Media\Animation\Generated\PointAnimationClockResource.cs (1)
80return ((PointAnimationBase)(_animationClock.Timeline)).GetCurrentValue(
Core\CSharp\System\Windows\Media\Animation\Generated\RectAnimationClockResource.cs (1)
80return ((RectAnimationBase)(_animationClock.Timeline)).GetCurrentValue(
Core\CSharp\System\Windows\Media\Animation\Generated\SizeAnimationClockResource.cs (1)
80return ((SizeAnimationBase)(_animationClock.Timeline)).GetCurrentValue(
Core\CSharp\System\Windows\Media3D\Generated\Visual3D.cs (2)
97&& !AnimationStorage.IsAnimationValid(dp, clock.Timeline)) 100throw new ArgumentException(SR.Get(SRID.Animation_AnimationTimelineTypeMismatch, clock.Timeline.GetType(), dp.Name, dp.PropertyType), "clock");
PresentationFramework (2)
src\Framework\System\windows\Documents\CaretElement.cs (1)
914if (_blinkAnimationClock == null || _blinkAnimationClock.Timeline.Duration != blinkDuration)
src\Framework\System\Windows\Media\Animation\Storyboard.cs (1)
797throw new InvalidOperationException(SR.Get(SRID.Storyboard_AnimationMismatch, animationClock.Timeline.GetType(), targetProperty.Name, targetProperty.PropertyType));