1 type derived from ObjectAnimationBase
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\ObjectAnimationUsingKeyFrames.cs (1)
38public class ObjectAnimationUsingKeyFrames : ObjectAnimationBase, IKeyFrameAnimation, IAddChild
5 references to ObjectAnimationBase
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\Generated\ObjectAnimationBase.cs (2)
55public new ObjectAnimationBase Clone() 57return (ObjectAnimationBase)base.Clone();
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
519case 427: t = () => typeof(ObjectAnimationBase); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7130typeof(System.Windows.Media.Animation.ObjectAnimationBase),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5971case KnownElements.ObjectAnimationBase: t = typeof(System.Windows.Media.Animation.ObjectAnimationBase); break;