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