3 references to new
System.Private.Windows.Core (2)
Windows\Win32\Graphics\Gdi\ARGB.cs (2)
42public static implicit operator ARGB(in Color color) => new((uint)color.ToArgb()); 43public static implicit operator ARGB(uint color) => new(color);
System.Windows.Forms.Primitives.Tests (1)
Interop\GdiPlus\ARGBTests.cs (1)
19ARGB fromValue = new(value);