2 references to new
System.Private.Windows.Core (2)
Windows.Win32.LRESULT.g.cs (1)
33 public static explicit operator LRESULT(nint value) => new LRESULT(value);
Windows\Win32\Foundation\LRESULT.cs (1)
17public static explicit operator LRESULT(BOOL value) => new((nint)value);