4 references to InterpolateColor
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\Generated\ColorAnimation.cs (1)
364AnimatedTypeHelpers.InterpolateColor(from, to, progress)));
Core\CSharp\System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
242return AnimatedTypeHelpers.InterpolateColor(baseValue, Value, keyFrameProgress);
Core\CSharp\System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
174return AnimatedTypeHelpers.InterpolateColor(baseValue, Value, keyFrameProgress);
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
251return AnimatedTypeHelpers.InterpolateColor(baseValue, Value, splineProgress);