4 references to SetKeyboardState
System.Windows.Forms (1)
System\Windows\Forms\SendKeys\SendKeys.cs (1)
327PInvoke.SetKeyboardState(b);
System.Windows.Forms.Primitives (2)
Windows.Win32.PInvoke.USER32.dll.g.cs (2)
3141 /// <inheritdoc cref="SetKeyboardState(byte*)"/> 3148 winmdroot.Foundation.BOOL __result = PInvoke.SetKeyboardState(lpKeyStateLocal);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ControlTests.Properties.cs (1)
9282PInvoke.SetKeyboardState(b);