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