4 references to InterpolateSingle
PresentationCore (4)
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
1607
return AnimatedTypeHelpers.
InterpolateSingle
(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
1011
return AnimatedTypeHelpers.
InterpolateSingle
(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\SingleAnimation.cs (1)
351
AnimatedTypeHelpers.
InterpolateSingle
(from, to, progress)));
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1629
return AnimatedTypeHelpers.
InterpolateSingle
(baseValue, Value, splineProgress);