4 references to ScRgbLinearInterpolation
PresentationCore (1)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\Generated\ColorInterpolationModeValidation.cs (1)
37return (value == ColorInterpolationMode.ScRgbLinearInterpolation) ||
ReachFramework (3)
AlphaFlattener\BrushProxy.cs (3)
1972bool ScRgb = interpolationMode == ColorInterpolationMode.ScRgbLinearInterpolation; 3655if (ciMode == ColorInterpolationMode.ScRgbLinearInterpolation) 3679if (ciMode == ColorInterpolationMode.ScRgbLinearInterpolation)