5 references to Vector3DKeyFrameCollection
PresentationCore (3)
System\Windows\Media\Animation\Generated\Vector3DAnimationUsingKeyFrames.cs (1)
522
_keyFrames = new
Vector3DKeyFrameCollection
();
System\Windows\Media\Animation\Generated\Vector3DKeyFrameCollection.cs (2)
62
Vector3DKeyFrameCollection emptyCollection = new
Vector3DKeyFrameCollection
();
93
return new
Vector3DKeyFrameCollection
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10994
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
Vector3DKeyFrameCollection
(); };
System\Windows\Markup\KnownTypes.cs (1)
1645
case KnownElements.Vector3DKeyFrameCollection: o = new System.Windows.Media.Animation.
Vector3DKeyFrameCollection
(); break;