1 write to Saturation
PresentationFramework.Classic (1)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (1)
201this.Saturation = saturation;
6 references to Saturation
PresentationFramework.Classic (6)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (6)
313Debug.Assert(hlsColor.Saturation >= 0 && hlsColor.Saturation <= 1, "Saturation must be between 0 and 1."); 317if ((float)hlsColor.Saturation == 0.0) 328m2 = hlsColor.Lightness * (1 + hlsColor.Saturation); 330m2 = hlsColor.Lightness + hlsColor.Saturation - hlsColor.Lightness * hlsColor.Saturation;