4 overrides of InterpolateValueCore
PresentationCore (4)
System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
532
protected override Int16
InterpolateValueCore
(Int16 baseValue, double keyFrameProgress)
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
589
protected override Int16
InterpolateValueCore
(Int16 baseValue, double keyFrameProgress)
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
383
protected override Int16
InterpolateValueCore
(Int16 baseValue, double keyFrameProgress)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
599
protected override Int16
InterpolateValueCore
(Int16 baseValue, double keyFrameProgress)
1 reference to InterpolateValueCore
PresentationCore (1)
System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
984
return
InterpolateValueCore
(baseValue, keyFrameProgress);