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)
248internal const ColorInterpolationMode c_ColorInterpolationMode = ColorInterpolationMode.SRgbLinearInterpolation; 281ColorInterpolationMode.SRgbLinearInterpolation,
ReachFramework (1)
AlphaFlattener\BrushProxy.cs (1)
2041g.ColorInterpolationMode = ColorInterpolationMode.SRgbLinearInterpolation;