6 references to InternalOpenSubKey
mscorlib (6)
microsoft\win32\registrykey.cs (4)
353
RegistryKey key =
InternalOpenSubKey
(subkey, (permissionCheck != RegistryKeyPermissionCheck.ReadSubTree));
438
RegistryKey key =
InternalOpenSubKey
(subkey,false);
503
RegistryKey key =
InternalOpenSubKey
(subkey, true);
540
RegistryKey key =
InternalOpenSubKey
(subkey, true);
system\globalization\culturedata.cs (1)
796
Microsoft.Win32.RegistryKey key = Microsoft.Win32.Registry.LocalMachine.
InternalOpenSubKey
(s_RegionKey, false);
system\globalization\hijricalendar.cs (1)
270
key = Microsoft.Win32.Registry.CurrentUser.
InternalOpenSubKey
(InternationalRegKey, false);