3 instantiations of Vector3DAnimation
PresentationCore (1)
System\Windows\Media\Animation\Generated\Vector3DAnimation.cs (1)
171
return new
Vector3DAnimation
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10904
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
Vector3DAnimation
(); };
System\Windows\Markup\KnownTypes.cs (1)
1640
case KnownElements.Vector3DAnimation: o = new System.Windows.Media.Animation.
Vector3DAnimation
(); break;
8 references to Vector3DAnimation
PresentationCore (5)
System\Windows\Media\Animation\Generated\Vector3DAnimation.cs (5)
49
Type typeofThis = typeof(
Vector3DAnimation
);
150
public new
Vector3DAnimation
Clone()
152
return (
Vector3DAnimation
)base.Clone();
405
Vector3DAnimation
a = (
Vector3DAnimation
)d;
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
804
case 710: t = () => typeof(
Vector3DAnimation
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10902
typeof(System.Windows.Media.Animation.
Vector3DAnimation
),
System\Windows\Markup\KnownTypes.cs (1)
6264
case KnownElements.Vector3DAnimation: t = typeof(System.Windows.Media.Animation.
Vector3DAnimation
); break;