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