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