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