4 overrides of InterpolateValueCore
PresentationCore (4)
System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
684
protected override Int64
InterpolateValueCore
(Int64 baseValue, double keyFrameProgress)
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
839
protected override Int64
InterpolateValueCore
(Int64 baseValue, double keyFrameProgress)
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
537
protected override Int64
InterpolateValueCore
(Int64 baseValue, double keyFrameProgress)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
853
protected override Int64
InterpolateValueCore
(Int64 baseValue, double keyFrameProgress)
1 reference to InterpolateValueCore
PresentationCore (1)
System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
1266
return
InterpolateValueCore
(baseValue, keyFrameProgress);