9 references to GetValue
Microsoft.Build (3)
Evaluation\Expander.cs (1)
1715object valueFromRegistry = Registry.GetValue(registryKeyName, valueName, null /* default if key or value name is not found */);
Evaluation\IntrinsicFunctions.cs (2)
201return Registry.GetValue(keyName, valueName, null /* null to match the $(Regsitry:XYZ@ZBC) behaviour */); 218return Registry.GetValue(keyName, valueName, defaultValue);
Microsoft.Build.Engine (3)
Engine\Expander.cs (1)
909object valueFromRegistry = Registry.GetValue(registryKeyName,
Engine\IntrinsicFunctions.cs (2)
155return Registry.GetValue(keyName, valueName, null /* null to match the $(Regsitry:XYZ@ZBC) behaviour */); 163return Registry.GetValue(keyName, valueName, defaultValue);
PresentationFramework (3)
System\Windows\ThemeManager.cs (3)
160string systemTheme = Registry.GetValue(_regThemeKeyPath, 173var useLightTheme = Registry.GetValue(_regPersonalizeKeyPath, 178useLightTheme = Registry.GetValue(_regPersonalizeKeyPath,