8 references to GetValue
dotnet (1)
Telemetry\ExternalTelemetryProperties.cs (1)
31return (string?)Registry.GetValue(Key, ValueName, defaultValue: "");
Microsoft.Build (3)
Evaluation\Expander.cs (1)
1802object valueFromRegistry = Registry.GetValue(registryKeyName, valueName, null /* default if key or value name is not found */);
Evaluation\IntrinsicFunctions.cs (2)
211return Registry.GetValue(keyName, valueName, null /* null to match the $(Regsitry:XYZ@ZBC) behaviour */); 227return Registry.GetValue(keyName, valueName, defaultValue);
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\MyServices\RegistryProxy.vb (1)
60Return Registry.GetValue(keyName, valueName, defaultValue)
PresentationFramework (2)
System\Windows\ThemeManager.cs (2)
456var useLightTheme = Registry.GetValue(RegPersonalizeKeyPath, 461useLightTheme = Registry.GetValue(RegPersonalizeKeyPath,
System.Windows.Forms (1)
System\Windows\Forms\Application.cs (1)
421systemColorMode = Math.Abs((Registry.GetValue(