15 references to GetValue
mscorlib (14)
system\timezoneinfo.cs (14)
2343
Int32 first = (Int32)dynamicKey.
GetValue
(c_firstEntryValue, -1, RegistryValueOptions.None);
2344
Int32 last = (Int32)dynamicKey.
GetValue
(c_lastEntryValue, -1, RegistryValueOptions.None);
2353
Byte[] regValue = dynamicKey.
GetValue
(first.ToString(CultureInfo.InvariantCulture), null, RegistryValueOptions.None) as Byte[];
2389
regValue = dynamicKey.
GetValue
(i.ToString(CultureInfo.InvariantCulture), null, RegistryValueOptions.None) as Byte[];
2405
regValue = dynamicKey.
GetValue
(last.ToString(CultureInfo.InvariantCulture), null, RegistryValueOptions.None) as Byte[];
2503
Byte[] regValue = (Byte[])key.
GetValue
(c_timeZoneInfoValue, null, RegistryValueOptions.None) as Byte[];
2538
String registryStandardName = key.
GetValue
(c_standardValue, String.Empty, RegistryValueOptions.None) as String;
2688
String displayNameMuiResource = key.
GetValue
(c_muiDisplayValue, String.Empty, RegistryValueOptions.None) as String;
2689
String standardNameMuiResource = key.
GetValue
(c_muiStandardValue, String.Empty, RegistryValueOptions.None) as String;
2690
String daylightNameMuiResource = key.
GetValue
(c_muiDaylightValue, String.Empty, RegistryValueOptions.None) as String;
2707
displayName = key.
GetValue
(c_displayValue, String.Empty, RegistryValueOptions.None) as String;
2710
standardName = key.
GetValue
(c_standardValue, String.Empty, RegistryValueOptions.None) as String;
2713
daylightName = key.
GetValue
(c_daylightValue, String.Empty, RegistryValueOptions.None) as String;
2789
Byte[] regValue = key.
GetValue
(c_timeZoneInfoValue, null, RegistryValueOptions.None) as Byte[];
System (1)
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (1)
649
object systemDllName = key.
GetValue
("Library", null, RegistryValueOptions.DoNotExpandEnvironmentNames);