127 references to GetValue
ComSvcConfig (3)
WasAdminWrapper.cs (3)
50
inetStpKey.
GetValue
(majorVersion);
51
inetStpKey.
GetValue
(minorVersion);
56
int w3svcValue = (int)componentsKey.
GetValue
(W3SVC);
mscorlib (7)
system\environment.cs (2)
678
string value = environmentKey.
GetValue
(variable) as string;
691
string value = environmentKey.
GetValue
(variable) as string;
system\globalization\japanesecalendar.cs (1)
189
EraInfo era = GetEraFromValue(valueNames[i], key.
GetValue
(valueNames[i]).ToString());
system\runtime\interopservices\registrationservices.cs (1)
981
object value = managedCategoryKey.
GetValue
("0");
system\runtime\interopservices\typelibconverter.cs (2)
208
asmName = (String)VersionKey.
GetValue
("PrimaryInteropAssemblyName");
209
asmCodeBase = (String)VersionKey.
GetValue
("PrimaryInteropAssemblyCodeBase");
system\security\cryptography\utils.cs (1)
536
object data = fipsAlgorithmPolicyKey.
GetValue
("FIPSAlgorithmPolicy");
PresentationCore (7)
Core\CSharp\MS\Internal\FontCache\FamilyCollection.cs (1)
112
string frameworkInstallPath = key.
GetValue
(RegistryKeys.FRAMEWORK_InstallPath_RegValue) as string;
Core\CSharp\MS\Internal\FontCache\FontSourceCollection.cs (1)
206
string fileName = fontsKey.
GetValue
(fontValue) as string;
Core\CSharp\MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (1)
396
path = recognizerKey.
GetValue
(GestureRecognizerValueName) as string;
Core\CSharp\System\Windows\Diagnostics\VisualDiagnostics.cs (1)
395
object obj = key.
GetValue
(c_devmodeValueName);
Core\CSharp\System\Windows\Input\TextCompositionManager.cs (1)
1069
obj = key.
GetValue
("EnableHexNumpad");
Shared\MS\Internal\SafeSecurityHelper.cs (2)
392
obj = featureKey.
GetValue
(regValue);
409
obj = featureKey.
GetValue
(regValue);
PresentationFramework (9)
src\Framework\MS\Internal\AppModel\AssemblyFilter.cs (1)
167
object keyValue = featureKey.
GetValue
(SUBKEY_VALUE);
src\Framework\MS\Internal\IO\Packaging\PackageFilter.cs (3)
538
return (string)iFilterIidKey.
GetValue
(null);
575
string extension = (string)mimeTypeKey.
GetValue
(_extension);
599
return (persistentHandlerKey == null ? null : (string)persistentHandlerKey.
GetValue
(null));
src\Framework\System\Windows\Application.cs (1)
2622
soundFile = (string)(soundKey.
GetValue
(""));
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (1)
3769
string value = (string)rk.
GetValue
(name);
src\Framework\System\Windows\Documents\Serialization\SerializerDescriptor.cs (1)
47
string result = key.
GetValue
(value) as string;
src\Shared\MS\Internal\SafeSecurityHelper.cs (2)
392
obj = featureKey.
GetValue
(regValue);
409
obj = featureKey.
GetValue
(regValue);
SMSvcHost (1)
System\ServiceModel\Activation\SMSvcHost.cs (1)
44
object majorVersion = versionKey.
GetValue
("MajorVersion");
System (28)
compmod\microsoft\win32\SystemEvents.cs (1)
1046
object value = key.
GetValue
(everettThreadAffinityValue);
net\System\Net\_DigestClient.cs (1)
754
suppressExtendedProtection = ((int)lsaKey.
GetValue
(suppressExtendedProtectionValueName)) == 1;
net\System\Net\_RegBlobWebProxyDataBuilder.cs (1)
87
object perUser = lmKey.
GetValue
(ProxySettingsPerUser);
net\System\Net\HttpSysSettings.cs (1)
84
return Convert.ToBoolean(key.
GetValue
(valueName), CultureInfo.InvariantCulture);
net\System\Net\Internal.cs (1)
729
string installType = installTypeKey.
GetValue
(OSInstallTypeRegName) as string;
services\monitoring\system\diagnosticts\EventLog.cs (7)
512
string[] sources = logKey.
GetValue
("Sources") as string[];
644
filename = (string) logKey.
GetValue
("File");
735
string[] sources = (string[]) key.
GetValue
("Sources");
1175
if (logKey.
GetValue
("MaxSize") == null)
1177
if (logKey.
GetValue
("AutoBackupLogFiles") == null)
1182
if (logKey.
GetValue
("Retention") == null)
1185
if (logKey.
GetValue
("File") == null) {
services\monitoring\system\diagnosticts\EventLogEntry.cs (1)
505
fileName = (string)regKey.
GetValue
(libRegKey);
services\monitoring\system\diagnosticts\EventLogInternal.cs (3)
280
string resourceDll = (string)logkey.
GetValue
("DisplayNameFile");
284
int resourceId = (int)logkey.
GetValue
("DisplayNameID");
1192
object val = logkey.
GetValue
(valuename);
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (6)
490
object firstID = serviceKey.
GetValue
("First Counter");
654
object isMultiInstanceObject = key.
GetValue
("IsMultiInstance");
663
object objectID = key.
GetValue
("First Counter");
983
names = (string[])libraryKey.
GetValue
("Counter " + perfLcid);
985
names = (string[])libraryKey.
GetValue
("Explain " + perfLcid);
1234
data = (byte[]) perfDataKey.
GetValue
(item);
services\monitoring\system\diagnosticts\ProcessStartInfo.cs (1)
300
string value = (string)key.
GetValue
(String.Empty);
services\monitoring\system\diagnosticts\SharedPerformanceCounter.cs (3)
619
Object optionsObject = categoryKey.
GetValue
("CategoryOptions");
632
object fileMappingSizeObject = categoryKey.
GetValue
("FileMappingSize");
649
object counterNamesObject = categoryKey.
GetValue
("Counter Names");
services\monitoring\system\diagnosticts\SharedUtils.cs (1)
246
string installRoot = (string)complusReg.
GetValue
("InstallRoot");
sys\system\io\ports\SerialPort.cs (1)
690
portNames[i] = (string)serialKey.
GetValue
(deviceNames[i]);
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Validation\ValidationService.cs (1)
148
object value = validationRegistryKey.
GetValue
(ValidationRegKeyName);
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Validation\ValidationService.cs (1)
148
object value = validationRegistryKey.
GetValue
(ValidationRegKeyName);
fx\src\data\System\Data\Common\AdapterUtil.cs (2)
2188
return ((null != key) ? key.
GetValue
(queryvalue) : null);
2208
return ((null != key) ? key.
GetValue
(queryvalue) : null);
fx\src\data\System\Data\SqlClient\SqlColumnEncryptionCspProvider.cs (1)
479
int providerType = (int)key.
GetValue
(@"Type");
System.IdentityModel (2)
System\IdentityModel\SecurityUtils.cs (2)
224
object data = fipsAlgorithmPolicyKey.
GetValue
("FIPSAlgorithmPolicy");
276
object regValue = securityRegKey.
GetValue
(regValueName);
System.IdentityModel.Selectors (1)
infocard\client\System\IdentityModel\Selectors\CardSpaceShim.cs (1)
239
v2AndAboveImplementationDll = (string)implDllKey.
GetValue
(REDIRECT_DLL_IMPLEMENTATION_VALUE);
System.Management (2)
Instrumentation\WMICapabilities.cs (2)
83
object mofsTemp = wmiCIMOMKey.
GetValue
(AutoRecoverMofsVal);
125
installationDirectory = wmiKey.
GetValue
(InstallationDirectoryVal).ToString();
System.Net (1)
net\PeerToPeer\UnsafePeerToPeerMethods.cs (1)
302
string installType = installTypeKey.
GetValue
(OSInstallTypeRegName) as string;
System.Security (2)
system\security\cryptography\xml\signedxml.cs (1)
750
string stringValue = stringListKey.
GetValue
(value) as string;
system\security\cryptography\xml\utils.cs (1)
488
object regValue = securityRegKey.
GetValue
(regValueName);
System.ServiceModel (7)
System\ServiceModel\Activation\Iis7Helper.cs (1)
57
return versionKey != null ? versionKey.
GetValue
("MajorVersion") : null;
System\ServiceModel\ComIntegration\TypeCacheManager.cs (4)
86
string typeLibID = interfaceKey.
GetValue
("").ToString();
89
version = interfaceKey.
GetValue
("Version").ToString();
371
assemblyName = (string)assemblyKeyAny.
GetValue
("Assembly");
381
assemblyName = (string)assemblyKey.
GetValue
("Assembly");
System\ServiceModel\Security\SecurityUtils.cs (1)
1182
object data = channelBindingPolicyKey.
GetValue
("SuppressChannelBindingInfo");
System\ServiceModel\Security\SecurityUtilsEx.cs (1)
62
object data = fipsAlgorithmPolicyKey.
GetValue
("FIPSAlgorithmPolicy");
System.ServiceModel.Activation (3)
System\ServiceModel\Activation\MetabaseSettings.cs (3)
485
object tokenCheckingObj = registryKey.
GetValue
(IISConstants.TokenCheckingAttributeName);
486
object flagsObj = registryKey.
GetValue
(IISConstants.FlagsAttributeName);
487
object spnsObj = registryKey.
GetValue
(IISConstants.SpnAttributeName);
System.Web (1)
Util\AspCompat.cs (1)
312
threadingModel = (String)regKey.
GetValue
("ThreadingModel");
System.Windows.Forms (17)
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (1)
1130
object value = key.
GetValue
(wintrustPolicyFlagsRegName);
winforms\Managed\System\WinForms\Application.cs (1)
208
object value = key.
GetValue
(everettThreadAffinityValue);
winforms\Managed\System\WinForms\InputLanguage.cs (8)
198
layoutName = GetLocalizedKeyboardLayoutName(key.
GetValue
("Layout Display Name") as string);
203
layoutName = (string) key.
GetValue
("Layout Text");
222
currentHandle = (IntPtr)Convert.ToInt32((string)substitutions.
GetValue
(encoding), 16);
245
layoutName = GetLocalizedKeyboardLayoutName(key.
GetValue
("Layout Display Name") as string);
250
layoutName = (string) key.
GetValue
("Layout Text");
267
string codeValue = (string) key.
GetValue
("Layout Id");
274
layoutName = GetLocalizedKeyboardLayoutName(key.
GetValue
("Layout Display Name") as string);
279
layoutName = (string) key.
GetValue
("Layout Text");
winforms\Managed\System\WinForms\LinkUtilities.cs (2)
47
string s = (string)key.
GetValue
(name);
143
string s = (string)key.
GetValue
("Anchor Underline");
winforms\Managed\System\WinForms\MonthCalendar.cs (1)
213
object o = key.
GetValue
("AllowWindowsFormsReentrantDestroy");
winforms\Managed\System\WinForms\NativeWindow.cs (2)
505
object value = debugKey.
GetValue
("DbgJITDebugLaunchSetting");
528
else if (debugKey.
GetValue
("DbgManagedDebugger") != null) {
winforms\Managed\System\WinForms\TrustManager.cs (2)
259
string strBrowserCommand = (string) key.
GetValue
(string.Empty);
791
promptingLevelStr = (string)key.
GetValue
(zoneName);
System.Workflow.Activities (4)
Common\CompModHelpers.cs (4)
570
path = (string)key.
GetValue
("InstallDir");
619
path = (string)key.
GetValue
("InstallDir");
805
foreach (string assemblyName in ((string[])referenceKey.
GetValue
(TypeProviderAssemblyRegValueName)))
851
references = new ArrayList((string[])referenceKey.
GetValue
(TypeProviderAssemblyRegValueName));
System.Workflow.ComponentModel (17)
AuthoringOM\Compiler\CompileXomlTask.cs (1)
889
object obj = winoeKey.
GetValue
("KeepTempFiles");
AuthoringOM\Design\Themes.cs (2)
346
object registryValue = themeKey.
GetValue
(WorkflowTheme.ThemeTypeKey);
352
registryValue = themeKey.
GetValue
(WorkflowTheme.ThemePathKey);
AuthoringOM\Design\WorkflowPrinting.cs (10)
444
registryValue = key.
GetValue
(RegistryHeaderAlignment);
447
registryValue = key.
GetValue
(RegistryFooterAlignment);
450
registryValue = key.
GetValue
(RegistryHeaderMarging);
453
registryValue = key.
GetValue
(RegistryFooterMarging);
456
registryValue = key.
GetValue
(RegistryHeaderTemplate);
459
registryValue = key.
GetValue
(RegistryFooterTemplate);
462
registryValue = key.
GetValue
(RegistryHeaderCustom);
465
registryValue = key.
GetValue
(RegistryFooterCustom);
468
registryValue = key.
GetValue
(RegistryCenterHorizontally);
471
registryValue = key.
GetValue
(RegistryCenterVertically);
Shared\CompModHelpers.cs (4)
568
path = (string)key.
GetValue
("InstallDir");
617
path = (string)key.
GetValue
("InstallDir");
803
foreach (string assemblyName in ((string[])referenceKey.
GetValue
(TypeProviderAssemblyRegValueName)))
849
references = new ArrayList((string[])referenceKey.
GetValue
(TypeProviderAssemblyRegValueName));
System.Xml (2)
System\Xml\Core\XmlReaderSettings.cs (1)
758
value = ((int)xmlRegKey.
GetValue
(regValueName)) == 1;
System\Xml\XmlQualifiedName.cs (1)
203
value = ((int)xmlRegKey.
GetValue
(regValueName)) == 1;
WindowsBase (8)
Base\MS\Internal\IO\Packaging\CustomSignedXml.cs (1)
232
object regValue = securityRegKey.
GetValue
(regValueName);
Base\MS\Internal\Security\RightsManagement\ClientSession.cs (1)
960
object keyValue = key.
GetValue
(null); // this should get the default value
Base\System\Windows\BaseCompatibilityPreferences.cs (1)
256
var regVal = regKey.
GetValue
(MatchPackageSignatureMethodToPackagePartDigestMethodValue);
Shared\MS\Internal\Invariant.cs (2)
315
dbgJITDebugLaunchSettingValue = key.
GetValue
("DbgJITDebugLaunchSetting");
316
dbgManagedDebuggerValue = key.
GetValue
("DbgManagedDebugger") as string;
Shared\MS\Internal\SecurityHelper.cs (1)
1403
value = key.
GetValue
(valueName);
Shared\MS\Internal\TextServicesLoader.cs (2)
223
obj = key.
GetValue
("Disable Thread Input Manager");
297
obj = subKey.
GetValue
("Enable");