10 references to GetValue
mscorlib (1)
system\diagnostics\eventing\eventprovider.cs (1)
545data = Microsoft.Win32.Registry.GetValue(regKey, valueName, null) as byte[];
PresentationFramework (2)
src\Framework\System\Windows\Interop\DocobjHost.cs (2)
1242string xpsViewerPath = Microsoft.Win32.Registry.GetValue( 1275object isolatedStorageRegistryValue = Microsoft.Win32.Registry.GetValue(
System (1)
compmod\system\codedom\compiler\RedistVersionInfo.cs (1)
112dir = Registry.GetValue(registryPath, MSBuildToolsPath, null) as string;
System.Web (4)
Compilation\MultiTargetingUtil.cs (1)
227object o = Registry.GetValue(path, "TargetVersion", null);
Configuration\serverconfig.cs (1)
82object ver = Registry.GetValue("HKEY_LOCAL_MACHINE\\Software\\Microsoft\\InetStp", "MajorVersion", 0);
State\SessionStateModule.cs (1)
1094object o = Registry.GetValue(@"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ASP.NET", "SessionStateLockedItemPollInterval", 0);
Util\EnableViewStateMacRegistryHelper.cs (1)
68int rawValue = (int)Registry.GetValue(keyName, "AspNetEnforceViewStateMac", defaultValue: 0 /* disabled by default */);
WindowsBase (2)
Shared\MS\Internal\Registry.cs (1)
51object value = Registry.GetValue(keyPath, valueName, null);
Shared\MS\Utility\Trace.cs (1)
157return int.Equals(1, Microsoft.Win32.Registry.GetValue(regKey, "ClassicETW", 0));