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