6 references to SplineRotation3DKeyFrame
PresentationCore (4)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (4)
1318
:
this
()
1327
:
this
()
1337
:
this
()
1356
return new
SplineRotation3DKeyFrame
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10328
DefaultConstructor = delegate () { return new System.Windows.Media.Animation.
SplineRotation3DKeyFrame
(); }
System\Windows\Markup\KnownTypes.cs (1)
1550
case KnownElements.SplineRotation3DKeyFrame: o = new System.Windows.Media.Animation.
SplineRotation3DKeyFrame
(); break;