2 references to KeyboardLayoutsRegistryPath
System.Windows.Forms (2)
System\Windows\Forms\Input\InputLanguage.cs (2)
110using RegistryKey? key = Registry.LocalMachine.OpenSubKey($@"{KeyboardLayoutsRegistryPath}\{LayoutId}"); 147using RegistryKey? key = Registry.LocalMachine.OpenSubKey(KeyboardLayoutsRegistryPath);