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