2 references to new
System.Windows.Forms.Primitives (2)
Windows\Win32\Foundation\ATOM.cs (2)
22
public static ATOM Null { get; } =
new
(0);
27
public static implicit operator ATOM(IntPtr atom) =>
new
((ushort)atom);