2 references to GetAsyncKeyState
System.Windows.Forms (1)
System\Windows\Forms\SendKeys\SendKeys.SendKeysHookProc.cs (1)
30
if (PInvoke.
GetAsyncKeyState
((int)Keys.Pause) != 0)
System.Windows.Forms.UI.IntegrationTests (1)
Infra\ControlTestBase.cs (1)
118
if (PInvoke.
GetAsyncKeyState
((int)code) < 0)