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