9 references to GetBaseKey
mscorlib (9)
microsoft\win32\registry.cs (8)
35
public static readonly RegistryKey CurrentUser = RegistryKey.
GetBaseKey
(RegistryKey.HKEY_CURRENT_USER);
43
public static readonly RegistryKey LocalMachine = RegistryKey.
GetBaseKey
(RegistryKey.HKEY_LOCAL_MACHINE);
51
public static readonly RegistryKey ClassesRoot = RegistryKey.
GetBaseKey
(RegistryKey.HKEY_CLASSES_ROOT);
59
public static readonly RegistryKey Users = RegistryKey.
GetBaseKey
(RegistryKey.HKEY_USERS);
67
public static readonly RegistryKey PerformanceData = RegistryKey.
GetBaseKey
(RegistryKey.HKEY_PERFORMANCE_DATA);
75
public static readonly RegistryKey CurrentConfig = RegistryKey.
GetBaseKey
(RegistryKey.HKEY_CURRENT_CONFIG);
85
public static readonly RegistryKey DynData = RegistryKey.
GetBaseKey
(RegistryKey.HKEY_DYN_DATA);
129
basekey = RegistryKey.
GetBaseKey
(RegistryKey.HKEY_DYN_DATA);
system\globalization\japanesecalendar.cs (1)
174
RegistryKey key = RegistryKey.
GetBaseKey
(RegistryKey.HKEY_LOCAL_MACHINE).OpenSubKey(c_japaneseErasHive, false);