3 instantiations of SplineVectorKeyFrame
PresentationCore (1)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1858
return new
SplineVectorKeyFrame
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9380
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
SplineVectorKeyFrame
(); };
System\Windows\Markup\KnownTypes.cs (1)
1562
case KnownElements.SplineVectorKeyFrame: o = new System.Windows.Media.Animation.
SplineVectorKeyFrame
(); break;
4 references to SplineVectorKeyFrame
PresentationCore (1)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1898
typeof(
SplineVectorKeyFrame
),
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
693
case 599: t = () => typeof(
SplineVectorKeyFrame
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9378
typeof(System.Windows.Media.Animation.
SplineVectorKeyFrame
),
System\Windows\Markup\KnownTypes.cs (1)
6153
case KnownElements.SplineVectorKeyFrame: t = typeof(System.Windows.Media.Animation.
SplineVectorKeyFrame
); break;