2 references to c_devmodeRegKey
PresentationCore (2)
Core\CSharp\System\Windows\Diagnostics\VisualDiagnostics.cs (2)
389
RegistryKey key = Registry.LocalMachine.OpenSubKey(
c_devmodeRegKey
);
430
const string c_devmodeRegKeyFullPath = @"HKEY_LOCAL_MACHINE\" +
c_devmodeRegKey
;