18 references to RegistryHelper
System (18)
net\System\Net\_AutoWebProxyScriptEngine.cs (8)
61
SafeRegistryHandle.RegOpenCurrentUser(UnsafeNclNativeMethods.
RegistryHelper
.KEY_READ, out hkcu);
401
UnsafeNclNativeMethods.
RegistryHelper
.HKEY_LOCAL_MACHINE, RegBlobWebProxyDataBuilder.ProxyKey);
407
UnsafeNclNativeMethods.
RegistryHelper
.HKEY_LOCAL_MACHINE, RegBlobWebProxyDataBuilder.PolicyKey);
431
errorCode = hkcu.RegOpenKeyEx(subKey, 0, UnsafeNclNativeMethods.
RegistryHelper
.KEY_READ, out key);
441
errorCode = SafeRegistryHandle.RegOpenKeyEx(baseKey, subKey, 0, UnsafeNclNativeMethods.
RegistryHelper
.KEY_READ, out key);
452
errorCode = key.RegNotifyChangeKeyValue(true, UnsafeNclNativeMethods.
RegistryHelper
.REG_NOTIFY_CHANGE_LAST_SET, changeEvent.SafeWaitHandle, true);
611
UnsafeNclNativeMethods.
RegistryHelper
.HKEY_LOCAL_MACHINE,
646
UnsafeNclNativeMethods.
RegistryHelper
.HKEY_LOCAL_MACHINE,
net\System\Net\_RegBlobWebProxyDataBuilder.cs (3)
99
errorCode = m_Registry.RegOpenKeyEx(ProxyKey, 0, UnsafeNclNativeMethods.
RegistryHelper
.KEY_READ, out key);
108
errorCode = SafeRegistryHandle.RegOpenKeyEx(UnsafeNclNativeMethods.
RegistryHelper
.HKEY_LOCAL_MACHINE, ProxyKey, 0, UnsafeNclNativeMethods.
RegistryHelper
.KEY_READ, out key);
net\System\Net\_SafeNetHandles.cs (7)
3031
return UnsafeNclNativeMethods.
RegistryHelper
.RegOpenKeyEx(key, subKey, ulOptions, samDesired, out resultSubKey);
3036
return UnsafeNclNativeMethods.
RegistryHelper
.RegOpenKeyEx(this, subKey, ulOptions, samDesired, out resultSubKey);
3056
errorCode = UnsafeNclNativeMethods.
RegistryHelper
.RegQueryValueEx(this, name, IntPtr.Zero, out type, blob, ref size);
3073
case UnsafeNclNativeMethods.
RegistryHelper
.REG_BINARY:
3090
return UnsafeNclNativeMethods.
RegistryHelper
.RegNotifyChangeKeyValue(this, watchSubTree, notifyFilter, regEvent, async);
3095
return UnsafeNclNativeMethods.
RegistryHelper
.RegOpenCurrentUser(samDesired, out resultKey);
3102
resClose = UnsafeNclNativeMethods.
RegistryHelper
.RegCloseKey(handle);