3 instantiations of SplineDecimalKeyFrame
PresentationCore (1)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
341return new SplineDecimalKeyFrame();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9214bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.SplineDecimalKeyFrame(); };
System\Windows\Markup\KnownTypes.cs (1)
1548case KnownElements.SplineDecimalKeyFrame: o = new System.Windows.Media.Animation.SplineDecimalKeyFrame(); break;
4 references to SplineDecimalKeyFrame
PresentationCore (1)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
381typeof(SplineDecimalKeyFrame),
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
681case 585: t = () => typeof(SplineDecimalKeyFrame); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9212typeof(System.Windows.Media.Animation.SplineDecimalKeyFrame),
System\Windows\Markup\KnownTypes.cs (1)
6139case KnownElements.SplineDecimalKeyFrame: t = typeof(System.Windows.Media.Animation.SplineDecimalKeyFrame); break;