15 references to GetValue
mscorlib (2)
microsoft\win32\registry.cs (1)
155
return key.
GetValue
(valueName, defaultValue);
system\environment.cs (1)
849
string value = registryKey.
GetValue
(name, "").ToString();
PresentationFramework (1)
src\Framework\System\Windows\Interop\DocobjHost.cs (1)
456
if ((int)lsaKey.
GetValue
("NoDefaultAdminOwner", 1) == 0)
System (2)
net\System\Net\HybridWebProxyFinder.cs (1)
121
object fallbackKeyValue = key.
GetValue
(allowFallbackValueName, null);
net\System\Net\NetRegistryConfiguration.cs (1)
128
object value = key.
GetValue
(valueName, null);
System.Management (2)
Instrumentation\WMICapabilities.cs (1)
66
Object result = wmiNetKey.
GetValue
(MultiIndicateSupportedValueNameVal, multiIndicateSupported);
managementscope.cs (1)
61
return ((int)s_switchesRegKey.
GetValue
(c_WMIDisableCOMSecurity, -1 /* default */) == 1);
System.Web (1)
Util\Misc.cs (1)
189
return regKey.
GetValue
(valueName, defaultValue);
System.Windows.Forms (5)
winforms\Managed\System\WinForms\PropertyGrid.cs (5)
2682
Object val = optRoot.
GetValue
("PbrsAlpha", "0");
2691
val = optRoot.
GetValue
("PbrsShowDesc", "1");
2694
val = optRoot.
GetValue
("PbrsShowCommands", "0");
2698
val = optRoot.
GetValue
("PbrsDescHeightRatio", "-1");
2709
val = optRoot.
GetValue
("PbrsHotCommandHeightRatio", "-1");
System.Workflow.Runtime (2)
DebugEngine\DebugController.cs (1)
485
string controllerConduitTypeName = debugEngineSubKey.
GetValue
(ControllerConduitTypeName, String.Empty) as string;
DebugEngine\DebugControllerThread.cs (1)
103
string evaluationFrameTypeName = debugEngineSubKey.
GetValue
(ExpressionEvaluationFrameTypeName, String.Empty) as string;