1 write to Value
System.Private.Windows.Core (1)
Windows\Win32\Graphics\Gdi\ARGB.cs (1)
39
Value
= value;
2 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
;