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