2 references to new
System.Windows.Forms.Primitives (2)
Windows\Win32\PInvoke.LCID.cs (2)
24public static implicit operator LCID(uint value) => new(value); 26public static LCID USER_DEFAULT { get; } = new(0x0400);