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