6 references to SplineRotation3DKeyFrame
PresentationCore (4)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (4)
1319: this() 1328: this() 1338: this() 1357return new SplineRotation3DKeyFrame();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10329DefaultConstructor = delegate () { return new System.Windows.Media.Animation.SplineRotation3DKeyFrame(); }
System\Windows\Markup\KnownTypes.cs (1)
1551case KnownElements.SplineRotation3DKeyFrame: o = new System.Windows.Media.Animation.SplineRotation3DKeyFrame(); break;