4 references to GetKeyboardState
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (1)
12921PInvoke.GetKeyboardState(b);
System\Windows\Forms\SendKeys\SendKeys.cs (1)
316PInvoke.GetKeyboardState(b);
System.Windows.Forms.Primitives (2)
_generated\425\Windows.Win32.PInvoke.USER32.dll.g.cs (2)
1476 /// <inheritdoc cref="GetKeyboardState(byte*)"/> 1483 winmdroot.Foundation.BOOL __result = PInvoke.GetKeyboardState(lpKeyStateLocal);