5 writes to stopHook
System.Windows.Forms (5)
winforms\Managed\System\WinForms\SendKeys.cs (5)
237stopHook = false; 306stopHook = false; 975stopHook = false; 1065SendKeys.stopHook = true; 1079SendKeys.stopHook = SendKeys.events == null || SendKeys.events.Count == 0;
1 reference to stopHook
System.Windows.Forms (1)
winforms\Managed\System\WinForms\SendKeys.cs (1)
1105if (SendKeys.stopHook) {