1 write to B
System.Private.Windows.Core (1)
Windows\Win32\Graphics\Gdi\ARGB.cs (1)
32B = b;
11 references to B
System.Windows.Forms (7)
System\Windows\Forms\Rendering\ControlPaint.HLSColor.cs (7)
34int b = argb.B; 117(byte)(dark.B - (byte)((dark.B - darkDark.B) * percDarker))); 168(byte)(light.B - (byte)((light.B - lightLight.B) * percentLighter)));
System.Windows.Forms.Primitives (3)
System\Windows\Forms\SystemDrawingExtensions.cs (3)
78(argb1.B + argb2.B) / 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)
23Assert.Equal(b, fromValue.B);