4 references to InterpolateColor
PresentationCore (4)
System\Windows\Media\Animation\Generated\ColorAnimation.cs (1)
362AnimatedTypeHelpers.InterpolateColor(from, to, progress)));
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
239return AnimatedTypeHelpers.InterpolateColor(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
171return AnimatedTypeHelpers.InterpolateColor(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
239return AnimatedTypeHelpers.InterpolateColor(baseValue, Value, splineProgress);