4 references to InterpolateByte
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\Generated\ByteAnimation.cs (1)
364AnimatedTypeHelpers.InterpolateByte(from, to, progress)));
Core\CSharp\System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
117return AnimatedTypeHelpers.InterpolateByte(baseValue, Value, keyFrameProgress);
Core\CSharp\System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
97return AnimatedTypeHelpers.InterpolateByte(baseValue, Value, keyFrameProgress);
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
118return AnimatedTypeHelpers.InterpolateByte(baseValue, Value, splineProgress);