2 references to CommonAppDataRegistryKeyName
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Application.cs (2)
182return Registry.LocalMachine.CreateSubKey(CommonAppDataRegistryKeyName); 206RegistryKey key = Registry.LocalMachine.OpenSubKey(CommonAppDataRegistryKeyName);