6 references to SplineQuaternionKeyFrame
PresentationCore (4)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (4)
1191: this() 1200: this() 1210: this() 1229return new SplineQuaternionKeyFrame();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10300DefaultConstructor = delegate () { return new System.Windows.Media.Animation.SplineQuaternionKeyFrame(); }
System\Windows\Markup\KnownTypes.cs (1)
1548case KnownElements.SplineQuaternionKeyFrame: o = new System.Windows.Media.Animation.SplineQuaternionKeyFrame(); break;