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