4 overrides of InterpolateValueCore
PresentationCore (4)
System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
988
protected override Point3D
InterpolateValueCore
(Point3D baseValue, double keyFrameProgress)
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
1089
protected override Point3D
InterpolateValueCore
(Point3D baseValue, double keyFrameProgress)
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
691
protected override Point3D
InterpolateValueCore
(Point3D baseValue, double keyFrameProgress)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1107
protected override Point3D
InterpolateValueCore
(Point3D baseValue, double keyFrameProgress)
1 reference to InterpolateValueCore
PresentationCore (1)
System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
1830
return
InterpolateValueCore
(baseValue, keyFrameProgress);