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