3 references to DoNotExpandEnvironmentNames
Microsoft.Win32.Registry (2)
Microsoft\Win32\RegistryKey.cs (2)
979
if (options < RegistryValueOptions.None || options > RegistryValueOptions.
DoNotExpandEnvironmentNames
)
983
bool doNotExpand = (options == RegistryValueOptions.
DoNotExpandEnvironmentNames
);
System.Diagnostics.PerformanceCounter (1)
System\Diagnostics\PerformanceCounterLib.cs (1)
706
object systemDllName = key.GetValue("Library", null, RegistryValueOptions.
DoNotExpandEnvironmentNames
);