4 references to InterpolateSingle
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
1617return AnimatedTypeHelpers.InterpolateSingle(baseValue, Value, keyFrameProgress);
Core\CSharp\System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
1021return AnimatedTypeHelpers.InterpolateSingle(baseValue, Value, keyFrameProgress);
Core\CSharp\System\Windows\Media\Animation\Generated\SingleAnimation.cs (1)
364AnimatedTypeHelpers.InterpolateSingle(from, to, progress)));
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1714return AnimatedTypeHelpers.InterpolateSingle(baseValue, Value, splineProgress);