22 types derived from AnimationTimeline
PresentationCore (21)
Core\CSharp\System\Windows\Media\Animation\Generated\BooleanAnimationBase.cs (1)
35public abstract class BooleanAnimationBase : AnimationTimeline
Core\CSharp\System\Windows\Media\Animation\Generated\ByteAnimationBase.cs (1)
35public abstract class ByteAnimationBase : AnimationTimeline
Core\CSharp\System\Windows\Media\Animation\Generated\CharAnimationBase.cs (1)
35public abstract class CharAnimationBase : AnimationTimeline
Core\CSharp\System\Windows\Media\Animation\Generated\ColorAnimationBase.cs (1)
35public abstract class ColorAnimationBase : AnimationTimeline
Core\CSharp\System\Windows\Media\Animation\Generated\DecimalAnimationBase.cs (1)
35public abstract class DecimalAnimationBase : AnimationTimeline
Core\CSharp\System\Windows\Media\Animation\Generated\DoubleAnimationBase.cs (1)
35public abstract class DoubleAnimationBase : AnimationTimeline
Core\CSharp\System\Windows\Media\Animation\Generated\Int16AnimationBase.cs (1)
35public abstract class Int16AnimationBase : AnimationTimeline
Core\CSharp\System\Windows\Media\Animation\Generated\Int32AnimationBase.cs (1)
35public abstract class Int32AnimationBase : AnimationTimeline
Core\CSharp\System\Windows\Media\Animation\Generated\Int64AnimationBase.cs (1)
35public abstract class Int64AnimationBase : AnimationTimeline
Core\CSharp\System\Windows\Media\Animation\Generated\MatrixAnimationBase.cs (1)
35public abstract class MatrixAnimationBase : AnimationTimeline
Core\CSharp\System\Windows\Media\Animation\Generated\ObjectAnimationBase.cs (1)
35public abstract class ObjectAnimationBase : AnimationTimeline
Core\CSharp\System\Windows\Media\Animation\Generated\Point3DAnimationBase.cs (1)
35public abstract class Point3DAnimationBase : AnimationTimeline
Core\CSharp\System\Windows\Media\Animation\Generated\PointAnimationBase.cs (1)
35public abstract class PointAnimationBase : AnimationTimeline
Core\CSharp\System\Windows\Media\Animation\Generated\QuaternionAnimationBase.cs (1)
35public abstract class QuaternionAnimationBase : AnimationTimeline
Core\CSharp\System\Windows\Media\Animation\Generated\RectAnimationBase.cs (1)
35public abstract class RectAnimationBase : AnimationTimeline
Core\CSharp\System\Windows\Media\Animation\Generated\Rotation3DAnimationBase.cs (1)
35public abstract class Rotation3DAnimationBase : AnimationTimeline
Core\CSharp\System\Windows\Media\Animation\Generated\SingleAnimationBase.cs (1)
35public abstract class SingleAnimationBase : AnimationTimeline
Core\CSharp\System\Windows\Media\Animation\Generated\SizeAnimationBase.cs (1)
35public abstract class SizeAnimationBase : AnimationTimeline
Core\CSharp\System\Windows\Media\Animation\Generated\StringAnimationBase.cs (1)
35public abstract class StringAnimationBase : AnimationTimeline
Core\CSharp\System\Windows\Media\Animation\Generated\Vector3DAnimationBase.cs (1)
35public abstract class Vector3DAnimationBase : AnimationTimeline
Core\CSharp\System\Windows\Media\Animation\Generated\VectorAnimationBase.cs (1)
35public abstract class VectorAnimationBase : AnimationTimeline
PresentationFramework (1)
src\Framework\System\Windows\Media\Animation\Generated\ThicknessAnimationBase.cs (1)
35public abstract class ThicknessAnimationBase : AnimationTimeline
25 references to AnimationTimeline
PresentationCore (22)
Core\CSharp\System\Windows\Generated\ContentElement.cs (2)
124public void BeginAnimation(DependencyProperty dp, AnimationTimeline animation) 147public void BeginAnimation(DependencyProperty dp, AnimationTimeline animation, HandoffBehavior handoffBehavior)
Core\CSharp\System\Windows\Generated\UIElement.cs (2)
124public void BeginAnimation(DependencyProperty dp, AnimationTimeline animation) 147public void BeginAnimation(DependencyProperty dp, AnimationTimeline animation, HandoffBehavior handoffBehavior)
Core\CSharp\System\Windows\Media\Animation\AnimationClock.cs (4)
16protected internal AnimationClock(AnimationTimeline animation) 29public new AnimationTimeline Timeline 33return (AnimationTimeline)base.Timeline; 46return ((AnimationTimeline)base.Timeline).GetCurrentValue(defaultOriginValue, defaultDestinationValue, this);
Core\CSharp\System\Windows\Media\Animation\AnimationStorage.cs (3)
781AnimationTimeline animation, 1055AnimationTimeline animation) 1066return IsAnimationValid(dp, (AnimationTimeline)animation.Timeline);
Core\CSharp\System\Windows\Media\Animation\AnimationTimeline.cs (5)
30((AnimationTimeline)d).PropertyChanged(e.Property); 40typeof(AnimationTimeline), // Owner Class 51typeof(AnimationTimeline), // Owner Class 63public new AnimationTimeline Clone() 65return (AnimationTimeline)base.Clone();
Core\CSharp\System\Windows\Media\Animation\Generated\Animatable.cs (2)
131public void BeginAnimation(DependencyProperty dp, AnimationTimeline animation) 154public void BeginAnimation(DependencyProperty dp, AnimationTimeline animation, HandoffBehavior handoffBehavior)
Core\CSharp\System\Windows\Media\Animation\IAnimatable.cs (2)
50void BeginAnimation(DependencyProperty dp, AnimationTimeline animation); 62void BeginAnimation(DependencyProperty dp, AnimationTimeline animation, HandoffBehavior handoffBehavior);
Core\CSharp\System\Windows\Media3D\Generated\Visual3D.cs (2)
131public void BeginAnimation(DependencyProperty dp, AnimationTimeline animation) 154public void BeginAnimation(DependencyProperty dp, AnimationTimeline animation, HandoffBehavior handoffBehavior)
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
103case 11: t = () => typeof(AnimationTimeline); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
1731typeof(System.Windows.Media.Animation.AnimationTimeline),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5555case KnownElements.AnimationTimeline: t = typeof(System.Windows.Media.Animation.AnimationTimeline); break;