6 references to SplineQuaternionKeyFrame
PresentationCore (4)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (4)
1192: this() 1201: this() 1211: this() 1230return new SplineQuaternionKeyFrame();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9298bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.SplineQuaternionKeyFrame(); };
System\Windows\Markup\KnownTypes.cs (1)
1555case KnownElements.SplineQuaternionKeyFrame: o = new System.Windows.Media.Animation.SplineQuaternionKeyFrame(); break;