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