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