5 references to GetKeyboardState
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (1)
12920
PInvoke.
GetKeyboardState
(b);
System\Windows\Forms\SendKeys\SendKeys.cs (1)
316
PInvoke.
GetKeyboardState
(b);
System.Windows.Forms.Primitives (2)
Windows.Win32.PInvoke.USER32.dll.g.cs (2)
1476
/// <inheritdoc cref="
GetKeyboardState
(byte*)"/>
1483
winmdroot.Foundation.BOOL __result = PInvoke.
GetKeyboardState
(lpKeyStateLocal);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ControlTests.Properties.cs (1)
9276
Assert.True(PInvoke.
GetKeyboardState
(b));