1 write to Value
System.Private.Windows.Core (1)
Windows\Win32\Graphics\Gdi\ARGB.cs (1)
39Value = value;
4 references to Value
System.Private.Windows.Core (2)
Windows\Win32\Graphics\Gdi\ARGB.cs (2)
44public static implicit operator Color(ARGB argb) => Color.FromArgb((int)argb.Value); 45public static implicit operator uint(ARGB argb) => argb.Value;
System.Windows.Forms.Primitives.Tests (2)
Interop\GdiPlus\ARGBTests.cs (2)
25Assert.Equal(value, fromBytes.Value); 33Assert.Equal((uint)color.ToArgb(), argb.Value);