6 references to SplinePoint3DKeyFrame
PresentationCore (4)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (4)
1064: this() 1073: this() 1083: this() 1102return new SplinePoint3DKeyFrame();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10272DefaultConstructor = delegate () { return new System.Windows.Media.Animation.SplinePoint3DKeyFrame(); }
System\Windows\Markup\KnownTypes.cs (1)
1546case KnownElements.SplinePoint3DKeyFrame: o = new System.Windows.Media.Animation.SplinePoint3DKeyFrame(); break;