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