3 references to new
System.Private.Windows.Core (3)
System\Value.cs (3)
474this = new(value.Value); 478public static implicit operator Value(Color value) => new(value); 633return new(Unsafe.As<T, Color>(ref Unsafe.AsRef(in value)));