4 references to SRgbLinearInterpolation
PresentationCore (3)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\Generated\ColorInterpolationModeValidation.cs (1)
38
(value == ColorInterpolationMode.
SRgbLinearInterpolation
);
System\Windows\Media\Generated\GradientBrush.cs (2)
248
internal const ColorInterpolationMode c_ColorInterpolationMode = ColorInterpolationMode.
SRgbLinearInterpolation
;
281
ColorInterpolationMode.
SRgbLinearInterpolation
,
ReachFramework (1)
AlphaFlattener\BrushProxy.cs (1)
2041
g.ColorInterpolationMode = ColorInterpolationMode.
SRgbLinearInterpolation
;