3 references to HKEY_LOCAL_MACHINE
mscorlib (3)
microsoft\win32\registry.cs (1)
43
public static readonly RegistryKey LocalMachine = RegistryKey.GetBaseKey(RegistryKey.
HKEY_LOCAL_MACHINE
);
microsoft\win32\registrykey.cs (1)
901
baseKey =
HKEY_LOCAL_MACHINE
;
system\globalization\japanesecalendar.cs (1)
174
RegistryKey key = RegistryKey.GetBaseKey(RegistryKey.
HKEY_LOCAL_MACHINE
).OpenSubKey(c_japaneseErasHive, false);