1 write to Alpha
PresentationFramework.Classic (1)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (1)
175
this.
Alpha
= alpha;
2 references to Alpha
PresentationFramework.Classic (2)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (2)
188
get { return Color.FromArgb(this.
Alpha
, (byte)(this.Red * 255), (byte)(this.Green * 255), (byte)(this.Blue * 255)); }
305
return new HlsColor(rgbColor.
Alpha
, hue, lightness, saturation);