6 references to SplineQuaternionKeyFrame
PresentationCore (4)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (4)
1185: this() 1194: this() 1204: this() 1223return new SplineQuaternionKeyFrame();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10301DefaultConstructor = delegate () { return new System.Windows.Media.Animation.SplineQuaternionKeyFrame(); }
System\Windows\Markup\KnownTypes.cs (1)
1549case KnownElements.SplineQuaternionKeyFrame: o = new System.Windows.Media.Animation.SplineQuaternionKeyFrame(); break;