1 write to A
System.Private.Windows.Core (1)
Windows\Win32\Graphics\Gdi\ARGB.cs (1)
29
A
= a;
5 references to A
System.Windows.Forms (1)
System\Windows\Forms\Rendering\ControlPaint.cs (1)
278
if (color.
A
== 0)
System.Windows.Forms.Primitives (3)
System\Windows\Forms\SystemDrawingExtensions.cs (3)
75
(argb1.
A
+ argb2.
A
) / 2,
87
return Color.FromArgb(argb.
A
, (byte)~argb.R, (byte)~argb.G, (byte)~argb.B);
System.Windows.Forms.Primitives.Tests (1)
Interop\GdiPlus\ARGBTests.cs (1)
20
Assert.Equal(a, fromValue.
A
);