3 instantiations of SplineDoubleKeyFrame
PresentationCore (1)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
467
return new
SplineDoubleKeyFrame
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10216
DefaultConstructor = delegate () { return new System.Windows.Media.Animation.
SplineDoubleKeyFrame
(); }
System\Windows\Markup\KnownTypes.cs (1)
1542
case KnownElements.SplineDoubleKeyFrame: o = new System.Windows.Media.Animation.
SplineDoubleKeyFrame
(); break;
4 references to SplineDoubleKeyFrame
PresentationCore (1)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
507
typeof(
SplineDoubleKeyFrame
),
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
679
case 586: t = () => typeof(
SplineDoubleKeyFrame
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10213
typeof(System.Windows.Media.Animation.
SplineDoubleKeyFrame
),
System\Windows\Markup\KnownTypes.cs (1)
6133
case KnownElements.SplineDoubleKeyFrame: t = typeof(System.Windows.Media.Animation.
SplineDoubleKeyFrame
); break;