2 references to ToInt
System.Windows.Forms.Primitives (2)
Windows\Win32\Foundation\Interop.PARAM.cs (2)
13
public static nint FromLowHigh(int low, int high) =>
ToInt
(low, high);
20
=> (nint)(uint)
ToInt
(low, high);