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