5 references to Vector3DKeyFrameCollection
PresentationCore (3)
System\Windows\Media\Animation\Generated\Vector3DAnimationUsingKeyFrames.cs (1)
508
_keyFrames = new
Vector3DKeyFrameCollection
();
System\Windows\Media\Animation\Generated\Vector3DKeyFrameCollection.cs (2)
54
Vector3DKeyFrameCollection emptyCollection = new
Vector3DKeyFrameCollection
86
return new
Vector3DKeyFrameCollection
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
12213
DefaultConstructor = delegate () { return new System.Windows.Media.Animation.
Vector3DKeyFrameCollection
(); },
System\Windows\Markup\KnownTypes.cs (1)
1639
case KnownElements.Vector3DKeyFrameCollection: o = new System.Windows.Media.Animation.
Vector3DKeyFrameCollection
(); break;