4 overrides of InterpolateValueCore
PresentationFramework (4)
src\Framework\System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
88protected override Thickness InterpolateValueCore(Thickness baseValue, double keyFrameProgress)
src\Framework\System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
99protected override Thickness InterpolateValueCore(Thickness baseValue, double keyFrameProgress)
src\Framework\System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
85protected override Thickness InterpolateValueCore(Thickness baseValue, double keyFrameProgress)
src\Framework\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
104protected override Thickness InterpolateValueCore(Thickness baseValue, double keyFrameProgress)
1 reference to InterpolateValueCore
PresentationFramework (1)
src\Framework\System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
153return InterpolateValueCore(baseValue, keyFrameProgress);