3 instantiations of VectorAnimation
PresentationCore (1)
System\Windows\Media\Animation\Generated\VectorAnimation.cs (1)
181
return new
VectorAnimation
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11007
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
VectorAnimation
(); };
System\Windows\Markup\KnownTypes.cs (1)
1646
case KnownElements.VectorAnimation: o = new System.Windows.Media.Animation.
VectorAnimation
(); break;
8 references to VectorAnimation
PresentationCore (5)
System\Windows\Media\Animation\Generated\VectorAnimation.cs (5)
59
Type typeofThis = typeof(
VectorAnimation
);
160
public new
VectorAnimation
Clone()
162
return (
VectorAnimation
)base.Clone();
415
VectorAnimation
a = (
VectorAnimation
)d;
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
814
case 718: t = () => typeof(
VectorAnimation
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11005
typeof(System.Windows.Media.Animation.
VectorAnimation
),
System\Windows\Markup\KnownTypes.cs (1)
6272
case KnownElements.VectorAnimation: t = typeof(System.Windows.Media.Animation.
VectorAnimation
); break;