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