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