6 references to SplinePoint3DKeyFrame
PresentationCore (4)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (4)
1065: this() 1074: this() 1084: this() 1103return 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;