2 types derived from VectorAnimationBase
PresentationCore (2)
System\Windows\Media\Animation\Generated\VectorAnimation.cs (1)
25
VectorAnimationBase
System\Windows\Media\Animation\Generated\VectorAnimationUsingKeyFrames.cs (1)
21
public class VectorAnimationUsingKeyFrames :
VectorAnimationBase
, IKeyFrameAnimation, IAddChild
5 references to VectorAnimationBase
PresentationCore (2)
System\Windows\Media\Animation\Generated\VectorAnimationBase.cs (2)
40
public new
VectorAnimationBase
Clone()
42
return (
VectorAnimationBase
)base.Clone();
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
813
case 719: t = () => typeof(
VectorAnimationBase
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11016
typeof(System.Windows.Media.Animation.
VectorAnimationBase
),
System\Windows\Markup\KnownTypes.cs (1)
6273
case KnownElements.VectorAnimationBase: t = typeof(System.Windows.Media.Animation.
VectorAnimationBase
); break;