12 references to SendKeys
System.Windows.Forms (12)
winforms\Managed\System\WinForms\SendKeys.cs (12)
999SendKeys.JournalCancel(); 1065SendKeys.stopHook = true; 1076if (SendKeys.events != null && SendKeys.events.Count > 0) { 1077SendKeys.events.Dequeue(); 1079SendKeys.stopHook = SendKeys.events == null || SendKeys.events.Count == 0; 1090SKEvent evt = (SKEvent)SendKeys.events.Peek(); 1101UnsafeNativeMethods.CallNextHookEx(new HandleRef(null, SendKeys.hhook), code, wparam, lparam); 1105if (SendKeys.stopHook) { 1106SendKeys.UninstallJournalingHook();