22 types derived from AnimationTimeline
PresentationCore (21)
System\Windows\Media\Animation\Generated\BooleanAnimationBase.cs (1)
19public abstract class BooleanAnimationBase : AnimationTimeline
System\Windows\Media\Animation\Generated\ByteAnimationBase.cs (1)
19public abstract class ByteAnimationBase : AnimationTimeline
System\Windows\Media\Animation\Generated\CharAnimationBase.cs (1)
19public abstract class CharAnimationBase : AnimationTimeline
System\Windows\Media\Animation\Generated\ColorAnimationBase.cs (1)
19public abstract class ColorAnimationBase : AnimationTimeline
System\Windows\Media\Animation\Generated\DecimalAnimationBase.cs (1)
19public abstract class DecimalAnimationBase : AnimationTimeline
System\Windows\Media\Animation\Generated\DoubleAnimationBase.cs (1)
19public abstract class DoubleAnimationBase : AnimationTimeline
System\Windows\Media\Animation\Generated\Int16AnimationBase.cs (1)
19public abstract class Int16AnimationBase : AnimationTimeline
System\Windows\Media\Animation\Generated\Int32AnimationBase.cs (1)
19public abstract class Int32AnimationBase : AnimationTimeline
System\Windows\Media\Animation\Generated\Int64AnimationBase.cs (1)
19public abstract class Int64AnimationBase : AnimationTimeline
System\Windows\Media\Animation\Generated\MatrixAnimationBase.cs (1)
19public abstract class MatrixAnimationBase : AnimationTimeline
System\Windows\Media\Animation\Generated\ObjectAnimationBase.cs (1)
19public abstract class ObjectAnimationBase : AnimationTimeline
System\Windows\Media\Animation\Generated\Point3DAnimationBase.cs (1)
19public abstract class Point3DAnimationBase : AnimationTimeline
System\Windows\Media\Animation\Generated\PointAnimationBase.cs (1)
19public abstract class PointAnimationBase : AnimationTimeline
System\Windows\Media\Animation\Generated\QuaternionAnimationBase.cs (1)
19public abstract class QuaternionAnimationBase : AnimationTimeline
System\Windows\Media\Animation\Generated\RectAnimationBase.cs (1)
19public abstract class RectAnimationBase : AnimationTimeline
System\Windows\Media\Animation\Generated\Rotation3DAnimationBase.cs (1)
19public abstract class Rotation3DAnimationBase : AnimationTimeline
System\Windows\Media\Animation\Generated\SingleAnimationBase.cs (1)
19public abstract class SingleAnimationBase : AnimationTimeline
System\Windows\Media\Animation\Generated\SizeAnimationBase.cs (1)
19public abstract class SizeAnimationBase : AnimationTimeline
System\Windows\Media\Animation\Generated\StringAnimationBase.cs (1)
19public abstract class StringAnimationBase : AnimationTimeline
System\Windows\Media\Animation\Generated\Vector3DAnimationBase.cs (1)
19public abstract class Vector3DAnimationBase : AnimationTimeline
System\Windows\Media\Animation\Generated\VectorAnimationBase.cs (1)
19public abstract class VectorAnimationBase : AnimationTimeline
PresentationFramework (1)
System\Windows\Media\Animation\Generated\ThicknessAnimationBase.cs (1)
19public abstract class ThicknessAnimationBase : AnimationTimeline
25 references to AnimationTimeline
PresentationCore (22)
System\Windows\Generated\ContentElement.cs (2)
108public void BeginAnimation(DependencyProperty dp, AnimationTimeline animation) 131public void BeginAnimation(DependencyProperty dp, AnimationTimeline animation, HandoffBehavior handoffBehavior)
System\Windows\Generated\UIElement.cs (2)
108public void BeginAnimation(DependencyProperty dp, AnimationTimeline animation) 131public void BeginAnimation(DependencyProperty dp, AnimationTimeline animation, HandoffBehavior handoffBehavior)
System\Windows\Media\Animation\AnimationClock.cs (4)
19protected internal AnimationClock(AnimationTimeline animation) 32public new AnimationTimeline Timeline 36return (AnimationTimeline)base.Timeline; 49return ((AnimationTimeline)base.Timeline).GetCurrentValue(defaultOriginValue, defaultDestinationValue, this);
System\Windows\Media\Animation\AnimationStorage.cs (3)
773AnimationTimeline animation, 1042AnimationTimeline animation) 1052return IsAnimationValid(dp, (AnimationTimeline)animation.Timeline);
System\Windows\Media\Animation\AnimationTimeline.cs (5)
25((AnimationTimeline)d).PropertyChanged(e.Property); 35typeof(AnimationTimeline), // Owner Class 46typeof(AnimationTimeline), // Owner Class 58public new AnimationTimeline Clone() 60return (AnimationTimeline)base.Clone();
System\Windows\Media\Animation\Generated\Animatable.cs (2)
107public void BeginAnimation(DependencyProperty dp, AnimationTimeline animation) 130public void BeginAnimation(DependencyProperty dp, AnimationTimeline animation, HandoffBehavior handoffBehavior)
System\Windows\Media\Animation\IAnimatable.cs (2)
53void BeginAnimation(DependencyProperty dp, AnimationTimeline animation); 65void BeginAnimation(DependencyProperty dp, AnimationTimeline animation, HandoffBehavior handoffBehavior);
System\Windows\Media3D\Generated\Visual3D.cs (2)
107public void BeginAnimation(DependencyProperty dp, AnimationTimeline animation) 130public void BeginAnimation(DependencyProperty dp, AnimationTimeline animation, HandoffBehavior handoffBehavior)
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
105case 11: t = () => typeof(AnimationTimeline); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
1747typeof(System.Windows.Media.Animation.AnimationTimeline),
System\Windows\Markup\KnownTypes.cs (1)
5559case KnownElements.AnimationTimeline: t = typeof(System.Windows.Media.Animation.AnimationTimeline); break;