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