5 references to GetKeyboardState
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (1)
12920PInvoke.GetKeyboardState(b);
System\Windows\Forms\SendKeys\SendKeys.cs (1)
316PInvoke.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)
9276Assert.True(PInvoke.GetKeyboardState(b));