4 overrides of InterpolateValueCore
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
1380
protected override Size
InterpolateValueCore
(Size baseValue, double keyFrameProgress)
Core\CSharp\System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
1724
protected override Size
InterpolateValueCore
(Size baseValue, double keyFrameProgress)
Core\CSharp\System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
1086
protected override Size
InterpolateValueCore
(Size baseValue, double keyFrameProgress)
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1833
protected override Size
InterpolateValueCore
(Size baseValue, double keyFrameProgress)
1 reference to InterpolateValueCore
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
2601
return
InterpolateValueCore
(baseValue, keyFrameProgress);