3 instantiations of SplineInt16KeyFrame
PresentationCore (1)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
595
return new
SplineInt16KeyFrame
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9238
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;
4 references to SplineInt16KeyFrame
PresentationCore (1)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
635
typeof(
SplineInt16KeyFrame
),
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
683
case 587: t = () => typeof(
SplineInt16KeyFrame
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9236
typeof(System.Windows.Media.Animation.
SplineInt16KeyFrame
),
System\Windows\Markup\KnownTypes.cs (1)
6141
case KnownElements.SplineInt16KeyFrame: t = typeof(System.Windows.Media.Animation.
SplineInt16KeyFrame
); break;