3 references to HKEY_DYN_DATA
mscorlib (3)
microsoft\win32\registry.cs (2)
85
public static readonly RegistryKey DynData = RegistryKey.GetBaseKey(RegistryKey.
HKEY_DYN_DATA
);
129
basekey = RegistryKey.GetBaseKey(RegistryKey.
HKEY_DYN_DATA
);
microsoft\win32\registrykey.cs (1)
913
baseKey =
HKEY_DYN_DATA
;