4 references to GetKeyboardLayoutList
System.Windows.Forms (2)
System\Windows\Forms\Input\InputLanguage.cs (2)
80
int size = PInvoke.
GetKeyboardLayoutList
(0, null);
86
PInvoke.
GetKeyboardLayoutList
(size, h);
System.Windows.Forms.Primitives (2)
_generated\425\Windows.Win32.PInvoke.USER32.dll.g.cs (2)
1497
/// <inheritdoc cref="
GetKeyboardLayoutList
(int, winmdroot.UI.Input.KeyboardAndMouse.HKL*)"/>
1503
int __result = PInvoke.
GetKeyboardLayoutList
(lpList.Length, lpListLocal);