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