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