3 instantiations of SplinePointKeyFrame
PresentationCore (1)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
975
return new
SplinePointKeyFrame
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10286
DefaultConstructor = delegate () { return new System.Windows.Media.Animation.
SplinePointKeyFrame
(); }
System\Windows\Markup\KnownTypes.cs (1)
1547
case KnownElements.SplinePointKeyFrame: o = new System.Windows.Media.Animation.
SplinePointKeyFrame
(); break;
4 references to SplinePointKeyFrame
PresentationCore (1)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1015
typeof(
SplinePointKeyFrame
),
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
684
case 591: t = () => typeof(
SplinePointKeyFrame
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10283
typeof(System.Windows.Media.Animation.
SplinePointKeyFrame
),
System\Windows\Markup\KnownTypes.cs (1)
6138
case KnownElements.SplinePointKeyFrame: t = typeof(System.Windows.Media.Animation.
SplinePointKeyFrame
); break;