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