1 write to Hue
PresentationFramework.Classic (1)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (1)
202this.Hue = hue;
2 references to Hue
PresentationFramework.Classic (2)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (2)
327float hue = (float)((hlsColor.Hue - Math.Floor(hlsColor.Hue)) * 6);