6 references to SplineInt16KeyFrame
PresentationCore (4)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (4)
550
:
this
()
559
:
this
()
569
:
this
()
588
return new
SplineInt16KeyFrame
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9236
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
SplineInt16KeyFrame
(); };
System\Windows\Markup\KnownTypes.cs (1)
1550
case KnownElements.SplineInt16KeyFrame: o = new System.Windows.Media.Animation.
SplineInt16KeyFrame
(); break;