15 references to CurrentUser
Microsoft.DotNet.Cli.Utils (3)
DependencyProvider.cs (3)
49
/// <see cref="Registry.
CurrentUser
"/> for per-user installations.
105
BaseKey = AllUsers ? Registry.LocalMachine : Registry.
CurrentUser
;
185
var baseKey = allUsers ? Registry.LocalMachine : Registry.
CurrentUser
;
Microsoft.VisualBasic.Core (4)
Microsoft\VisualBasic\Interaction.vb (4)
329
UserKey = Registry.
CurrentUser
366
rk = Registry.
CurrentUser
.OpenSubKey(sAppSect)
427
rk = Registry.
CurrentUser
.OpenSubKey(sAppSect) 'By default, does not request write permission
461
rk = Registry.
CurrentUser
.CreateSubKey(sIniSect)
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\MyServices\RegistryProxy.vb (1)
35
Return Registry.
CurrentUser
Microsoft.Win32.Registry (1)
Microsoft\Win32\Registry.cs (1)
48
case 17: baseKey = char.ToUpperInvariant(keyName[6]) == 'L' ? ClassesRoot :
CurrentUser
; break; // HKEY_C[L]ASSES_ROOT, otherwise HKEY_CURRENT_USER
System.Speech (1)
Internal\ObjectToken\RegistryDataKey.cs (1)
492
Registry.
CurrentUser
,
System.Windows.Forms (4)
System\Windows\Forms\Application.cs (1)
673
=> Registry.
CurrentUser
.CreateSubKey($"Software\\{CompanyName}\\{ProductName}\\{ProductVersion}");
System\Windows\Forms\Controls\Labels\LinkUtilities.cs (2)
29
RegistryKey? key = Registry.
CurrentUser
.OpenSubKey(IESettingsRegPath);
146
key = Registry.
CurrentUser
.OpenSubKey(IEMainRegPath);
System\Windows\Forms\Input\InputLanguage.cs (1)
214
using RegistryKey? key = Registry.
CurrentUser
.OpenSubKey(UserProfileRegistryPath);
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Internals\ScaleHelper.cs (1)
239
using RegistryKey? key = Registry.
CurrentUser
.OpenSubKey("Software\\Microsoft\\Accessibility");