4 overrides of InterpolateValueCore
PresentationCore (4)
System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
152
protected override Byte
InterpolateValueCore
(Byte baseValue, double keyFrameProgress)
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
89
protected override Byte
InterpolateValueCore
(Byte baseValue, double keyFrameProgress)
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
75
protected override Byte
InterpolateValueCore
(Byte baseValue, double keyFrameProgress)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
91
protected override Byte
InterpolateValueCore
(Byte baseValue, double keyFrameProgress)
1 reference to InterpolateValueCore
PresentationCore (1)
System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
279
return
InterpolateValueCore
(baseValue, keyFrameProgress);