4 overrides of InterpolateValueCore
PresentationCore (4)
System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
609protected override Int32 InterpolateValueCore(Int32 baseValue, double keyFrameProgress)
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
715protected override Int32 InterpolateValueCore(Int32 baseValue, double keyFrameProgress)
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
461protected override Int32 InterpolateValueCore(Int32 baseValue, double keyFrameProgress)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
732protected override Int32 InterpolateValueCore(Int32 baseValue, double keyFrameProgress)
1 reference to InterpolateValueCore
PresentationCore (1)
System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
1126return InterpolateValueCore(baseValue, keyFrameProgress);