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)
63Vector3DKeyFrameCollection emptyCollection = new Vector3DKeyFrameCollection(); 94return new Vector3DKeyFrameCollection();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10990bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.Vector3DKeyFrameCollection(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1646case KnownElements.Vector3DKeyFrameCollection: o = new System.Windows.Media.Animation.Vector3DKeyFrameCollection(); break;