3 instantiations of SplinePointKeyFrame
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1024
return new
SplinePointKeyFrame
();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9282
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
SplinePointKeyFrame
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1555
case KnownElements.SplinePointKeyFrame: o = new System.Windows.Media.Animation.
SplinePointKeyFrame
(); break;
4 references to SplinePointKeyFrame
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1064
typeof(
SplinePointKeyFrame
),
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
683
case 591: t = () => typeof(
SplinePointKeyFrame
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9280
typeof(System.Windows.Media.Animation.
SplinePointKeyFrame
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6135
case KnownElements.SplinePointKeyFrame: t = typeof(System.Windows.Media.Animation.
SplinePointKeyFrame
); break;