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