5 references to Vector3DKeyFrameCollection
PresentationCore (3)
Core\CSharp\System\Windows\Media\Animation\Generated\Vector3DAnimationUsingKeyFrames.cs (1)
530
_keyFrames = new
Vector3DKeyFrameCollection
();
Core\CSharp\System\Windows\Media\Animation\Generated\Vector3DKeyFrameCollection.cs (2)
63
Vector3DKeyFrameCollection emptyCollection = new
Vector3DKeyFrameCollection
();
94
return new
Vector3DKeyFrameCollection
();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10990
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
Vector3DKeyFrameCollection
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1646
case KnownElements.Vector3DKeyFrameCollection: o = new System.Windows.Media.Animation.
Vector3DKeyFrameCollection
(); break;