6 references to SplinePoint3DKeyFrame
PresentationCore (4)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (4)
1058: this() 1067: this() 1077: this() 1096return new SplinePoint3DKeyFrame();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10273DefaultConstructor = delegate () { return new System.Windows.Media.Animation.SplinePoint3DKeyFrame(); }
System\Windows\Markup\KnownTypes.cs (1)
1547case KnownElements.SplinePoint3DKeyFrame: o = new System.Windows.Media.Animation.SplinePoint3DKeyFrame(); break;