4 references to InterpolateByte
PresentationCore (4)
System\Windows\Media\Animation\Generated\ByteAnimation.cs (1)
352
AnimatedTypeHelpers.
InterpolateByte
(from, to, progress)));
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
109
return AnimatedTypeHelpers.
InterpolateByte
(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
89
return AnimatedTypeHelpers.
InterpolateByte
(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
112
return AnimatedTypeHelpers.
InterpolateByte
(baseValue, Value, splineProgress);