4 references to GetRegistryKeyAccess
Microsoft.Win32.Registry (4)
Microsoft\Win32\RegistryKey.cs (4)
230GetRegistryKeyAccess(permissionCheck != RegistryKeyPermissionCheck.ReadSubTree) | (int)_regView, 506int ret = Interop.Advapi32.RegOpenKeyEx(_hkey, name, 0, (GetRegistryKeyAccess(writable) | (int)_regView), out SafeRegistryHandle result); 577int ret = Interop.Advapi32.RegOpenKeyEx(_hkey, name, 0, GetRegistryKeyAccess(writable) | (int)_regView, out SafeRegistryHandle result); 693GetRegistryKeyAccess(IsWritable()) | (int)_regView,