3 instantiations of SplineSizeKeyFrame
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1822
return new
SplineSizeKeyFrame
();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9342
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
SplineSizeKeyFrame
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1560
case KnownElements.SplineSizeKeyFrame: o = new System.Windows.Media.Animation.
SplineSizeKeyFrame
(); break;
4 references to SplineSizeKeyFrame
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1862
typeof(
SplineSizeKeyFrame
),
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
688
case 596: t = () => typeof(
SplineSizeKeyFrame
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9340
typeof(System.Windows.Media.Animation.
SplineSizeKeyFrame
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6140
case KnownElements.SplineSizeKeyFrame: t = typeof(System.Windows.Media.Animation.
SplineSizeKeyFrame
); break;