32 references to CurrentUser
mscorlib (5)
microsoft\win32\registry.cs (1)
111
basekey = Registry.
CurrentUser
;
system\environment.cs (3)
684
Registry.
CurrentUser
.OpenSubKey("Environment", false)) {
876
Registry.
CurrentUser
.OpenSubKey("Environment", false)) {
1001
Registry.
CurrentUser
.OpenSubKey("Environment", true)) {
system\globalization\hijricalendar.cs (1)
270
key = Microsoft.Win32.Registry.
CurrentUser
.InternalOpenSubKey(InternationalRegKey, false);
PresentationCore (1)
Core\CSharp\System\Windows\Input\TextCompositionManager.cs (1)
1066
key = Registry.
CurrentUser
.OpenSubKey("Control Panel\\Input Method");
PresentationFramework (1)
src\Framework\System\Windows\Application.cs (1)
2618
using (RegistryKey soundKey = Registry.
CurrentUser
.OpenSubKey(regPath))
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Validation\ValidationService.cs (1)
145
RegistryKey validationRegistryKey = Registry.
CurrentUser
.OpenSubKey(validationKeyPath.ToString());
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Validation\ValidationService.cs (1)
145
RegistryKey validationRegistryKey = Registry.
CurrentUser
.OpenSubKey(validationKeyPath.ToString());
System.Windows.Forms (5)
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (1)
1124
RegistryKey key = Registry.
CurrentUser
.OpenSubKey(wintrustPolicyFlagsRegPath);
winforms\Managed\System\WinForms\Application.cs (1)
723
return Registry.
CurrentUser
.CreateSubKey(string.Format(CultureInfo.CurrentCulture, template, CompanyName, ProductName, ProductVersion));
winforms\Managed\System\WinForms\InputLanguage.cs (1)
211
RegistryKey substitutions = Registry.
CurrentUser
.OpenSubKey("Keyboard Layout\\Substitutes");
winforms\Managed\System\WinForms\LinkUtilities.cs (2)
41
RegistryKey key = Registry.
CurrentUser
.OpenSubKey(IESettingsRegPath);
135
key = Registry.
CurrentUser
.OpenSubKey(IEMainRegPath);
System.Workflow.Activities (3)
Common\CompModHelpers.cs (3)
72
keyPath = userRegistryKey.ToString().Substring(Registry.
CurrentUser
.ToString().Length + 1);
801
RegistryKey referenceKey = Registry.
CurrentUser
.OpenSubKey(TypeProviderRegistryKeyPath);
844
RegistryKey referenceKey = Registry.
CurrentUser
.CreateSubKey(TypeProviderRegistryKeyPath);
System.Workflow.ComponentModel (7)
AuthoringOM\Design\Themes.cs (2)
340
RegistryKey themeKey = Registry.
CurrentUser
.OpenSubKey(WorkflowTheme.RegistryKeyPath);
384
RegistryKey themeKey = Registry.
CurrentUser
.CreateSubKey(WorkflowTheme.RegistryKeyPath);
AuthoringOM\Design\WorkflowPrinting.cs (2)
437
RegistryKey key = Registry.
CurrentUser
.OpenSubKey(WinOEPrintingSubKey);
487
RegistryKey key = Registry.
CurrentUser
.CreateSubKey(WinOEPrintingSubKey);
Shared\CompModHelpers.cs (3)
70
keyPath = userRegistryKey.ToString().Substring(Registry.
CurrentUser
.ToString().Length + 1);
799
RegistryKey referenceKey = Registry.
CurrentUser
.OpenSubKey(TypeProviderRegistryKeyPath);
842
RegistryKey referenceKey = Registry.
CurrentUser
.CreateSubKey(TypeProviderRegistryKeyPath);
System.Xml (2)
System\Xml\Core\XmlReaderSettings.cs (1)
736
ReadSettingsFromRegistry(Registry.
CurrentUser
, ref enableSettings);
System\Xml\XmlQualifiedName.cs (1)
190
if (!ReadBoolFromXmlRegistrySettings(Registry.
CurrentUser
, regValueName, ref disableHashing)) {
WindowsBase (4)
Base\MS\Internal\AvTrace.cs (1)
235
Registry.
CurrentUser
,
Base\System\Windows\BaseCompatibilityPreferences.cs (1)
251
using (var regKey = Registry.
CurrentUser
.OpenSubKey(WpfPackagingSubKeyPath, RegistryKeyPermissionCheck.ReadSubTree))
Shared\MS\Internal\TextServicesLoader.cs (2)
218
key = Registry.
CurrentUser
.OpenSubKey("Software\\Microsoft\\CTF", false);
253
result = IterateSubKeys(Registry.
CurrentUser
, "SOFTWARE\\Microsoft\\CTF\\TIP\\" + subKeyName + "\\LanguageProfile", new IterateHandler(IsLangidEnabled), false);
WsatConfig (1)
Configuration\RegistryExceptionHelper.cs (1)
45
registryBase += Registry.
CurrentUser
.Name;
WsatUI (1)
Configuration\RegistryExceptionHelper.cs (1)
45
registryBase += Registry.
CurrentUser
.Name;