4 overrides of InterpolateValueCore
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
1608
protected override Vector3D
InterpolateValueCore
(Vector3D baseValue, double keyFrameProgress)
Core\CSharp\System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
1974
protected override Vector3D
InterpolateValueCore
(Vector3D baseValue, double keyFrameProgress)
Core\CSharp\System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
1240
protected override Vector3D
InterpolateValueCore
(Vector3D baseValue, double keyFrameProgress)
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
2099
protected override Vector3D
InterpolateValueCore
(Vector3D baseValue, double keyFrameProgress)
1 reference to InterpolateValueCore
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
3033
return
InterpolateValueCore
(baseValue, keyFrameProgress);