4 overrides of InterpolateValueCore
PresentationCore (4)
System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
1597
protected override Vector3D
InterpolateValueCore
(Vector3D baseValue, double keyFrameProgress)
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
1965
protected override Vector3D
InterpolateValueCore
(Vector3D baseValue, double keyFrameProgress)
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
1231
protected override Vector3D
InterpolateValueCore
(Vector3D baseValue, double keyFrameProgress)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
2002
protected override Vector3D
InterpolateValueCore
(Vector3D baseValue, double keyFrameProgress)
1 reference to InterpolateValueCore
PresentationCore (1)
System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
2959
return
InterpolateValueCore
(baseValue, keyFrameProgress);