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