3 instantiations of SplineDecimalKeyFrame
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
359return new SplineDecimalKeyFrame();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9210bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.SplineDecimalKeyFrame(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1549case KnownElements.SplineDecimalKeyFrame: o = new System.Windows.Media.Animation.SplineDecimalKeyFrame(); break;
4 references to SplineDecimalKeyFrame
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
399typeof(SplineDecimalKeyFrame),
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
677case 585: t = () => typeof(SplineDecimalKeyFrame); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9208typeof(System.Windows.Media.Animation.SplineDecimalKeyFrame),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6129case KnownElements.SplineDecimalKeyFrame: t = typeof(System.Windows.Media.Animation.SplineDecimalKeyFrame); break;