4 references to InterpolateByte
PresentationCore (4)
System\Windows\Media\Animation\Generated\ByteAnimation.cs (1)
351
AnimatedTypeHelpers.
InterpolateByte
(from, to, progress)));
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
108
return AnimatedTypeHelpers.
InterpolateByte
(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
88
return AnimatedTypeHelpers.
InterpolateByte
(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
111
return AnimatedTypeHelpers.
InterpolateByte
(baseValue, Value, splineProgress);