5 references to HKEY_PERFORMANCE_DATA
mscorlib (5)
microsoft\win32\registry.cs (1)
67public static readonly RegistryKey PerformanceData = RegistryKey.GetBaseKey(RegistryKey.HKEY_PERFORMANCE_DATA);
microsoft\win32\registrykey.cs (4)
255SafeRegistryHandle.RegCloseKey(RegistryKey.HKEY_PERFORMANCE_DATA); 633bool isPerf = hKey == HKEY_PERFORMANCE_DATA; 707RegistryKey key = new RegistryKey(foreignHKey, true, false, true, ((IntPtr) hKey) == HKEY_PERFORMANCE_DATA, view); 907baseKey = HKEY_PERFORMANCE_DATA;