1 write to Value
System.Windows.Forms.Primitives (1)
Windows\Win32\Foundation\ATOM.cs (1)
20
public ATOM(ushort atom) =>
Value
= atom;
2 references to Value
System.Windows.Forms.Primitives (2)
Windows\Win32\Foundation\ATOM.cs (2)
24
public readonly bool IsValid =>
Value
!= 0;
26
public static implicit operator uint(ATOM atom) => atom.
Value
;