4 overrides of InterpolateValueCore
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
164
protected override Byte
InterpolateValueCore
(Byte baseValue, double keyFrameProgress)
Core\CSharp\System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
99
protected override Byte
InterpolateValueCore
(Byte baseValue, double keyFrameProgress)
Core\CSharp\System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
85
protected override Byte
InterpolateValueCore
(Byte baseValue, double keyFrameProgress)
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
104
protected override Byte
InterpolateValueCore
(Byte baseValue, double keyFrameProgress)
1 reference to InterpolateValueCore
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
297
return
InterpolateValueCore
(baseValue, keyFrameProgress);