3 instantiations of Vector3DAnimation
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\Vector3DAnimation.cs (1)
183
return new
Vector3DAnimation
();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10902
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
Vector3DAnimation
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1641
case KnownElements.Vector3DAnimation: o = new System.Windows.Media.Animation.
Vector3DAnimation
(); break;
8 references to Vector3DAnimation
PresentationCore (5)
Core\CSharp\System\Windows\Media\Animation\Generated\Vector3DAnimation.cs (5)
61
Type typeofThis = typeof(
Vector3DAnimation
);
162
public new
Vector3DAnimation
Clone()
164
return (
Vector3DAnimation
)base.Clone();
417
Vector3DAnimation
a = (
Vector3DAnimation
)d;
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
802
case 710: t = () => typeof(
Vector3DAnimation
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10900
typeof(System.Windows.Media.Animation.
Vector3DAnimation
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6254
case KnownElements.Vector3DAnimation: t = typeof(System.Windows.Media.Animation.
Vector3DAnimation
); break;