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