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