3 instantiations of SplineVectorKeyFrame
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1955
return new
SplineVectorKeyFrame
();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9378
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
SplineVectorKeyFrame
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1563
case KnownElements.SplineVectorKeyFrame: o = new System.Windows.Media.Animation.
SplineVectorKeyFrame
(); break;
4 references to SplineVectorKeyFrame
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1995
typeof(
SplineVectorKeyFrame
),
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
691
case 599: t = () => typeof(
SplineVectorKeyFrame
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9376
typeof(System.Windows.Media.Animation.
SplineVectorKeyFrame
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6143
case KnownElements.SplineVectorKeyFrame: t = typeof(System.Windows.Media.Animation.
SplineVectorKeyFrame
); break;