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