1 write to Value
System.Windows.Forms.Primitives (1)
Windows\Win32\Foundation\ATOM.cs (1)
20
public ATOM(ushort atom) =>
Value
= atom;
3 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
;
System.Windows.Forms.Primitives.TestUtilities (1)
Win32\WindowClass.cs (1)
166
lpClassName: (PCWSTR)(char*)Atom.
Value
,