2 writes to Atom
System.Windows.Forms.Primitives.TestUtilities (2)
Win32\WindowClass.cs (2)
121Atom = atom; 205Atom = PInvoke.GetClassLong(window, GET_CLASS_LONG_INDEX.GCW_ATOM);
4 references to Atom
System.Windows.Forms.Primitives.TestUtilities (4)
Win32\WindowClass.cs (4)
104public bool IsRegistered => Atom.IsValid || ModuleInstance.IsNull; 162if (Atom.IsValid) 166lpClassName: (PCWSTR)(char*)Atom.Value, 203if (!Atom.IsValid)