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