16 references to GetValue
Microsoft.Build.Framework (2)
NativeMethods.cs (2)
350
object longPathsEnabledValue = fileSystemKey?.
GetValue
(WINDOWS_LONG_PATHS_ENABLED_VALUE_NAME, -1);
405
object sacValue = policyKey.
GetValue
(WINDOWS_SAC_VALUE_NAME, -1);
Microsoft.Build.Tasks.Core (3)
src\msbuild\src\Shared\AssemblyFolders\AssemblyFoldersEx.cs (3)
239
string platformValue = keyPlatform.
GetValue
("Platform", null) as string;
297
string minVersionAsString = keyPlatform.
GetValue
("MinOSVersion", null) as string;
305
string maxVersionAsString = keyPlatform.
GetValue
("MaxOSVersion", null) as string;
Microsoft.Build.Utilities.Core (3)
src\msbuild\src\Shared\AssemblyFolders\AssemblyFoldersEx.cs (3)
239
string platformValue = keyPlatform.
GetValue
("Platform", null) as string;
297
string minVersionAsString = keyPlatform.
GetValue
("MinOSVersion", null) as string;
305
string maxVersionAsString = keyPlatform.
GetValue
("MaxOSVersion", null) as string;
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\Interaction.vb (1)
434
o = rk.
GetValue
(Key, [Default])
Microsoft.Win32.Registry (1)
Microsoft\Win32\Registry.cs (1)
73
return key?.
GetValue
(valueName, defaultValue);
System.Management (1)
System\Management\ManagementScope.cs (1)
56
return ((int)s_switchesRegKey.
GetValue
(c_WMIDisableCOMSecurity, -1 /* default */) == 1);
System.Windows.Forms (5)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (5)
2291
object value = key.
GetValue
(RegistryStateNames.AlphabeticalSort, "0");
2297
value = key.
GetValue
(RegistryStateNames.HelpVisible, "1");
2300
value = key.
GetValue
(RegistryStateNames.CommandsVisible, "0");
2305
value = key.
GetValue
(RegistryStateNames.CommentSizeRatio, "-1");
2316
value = key.
GetValue
(RegistryStateNames.CommandSizeRatio, "-1");