5 writes to s_stopHook
System.Windows.Forms (5)
System\Windows\Forms\SendKeys\SendKeys.cs (3)
223s_stopHook = false; 302s_stopHook = false; 1005s_stopHook = false;
System\Windows\Forms\SendKeys\SendKeys.SendKeysHookProc.cs (2)
32s_stopHook = true; 45s_stopHook = s_events.Count == 0;
2 references to s_stopHook
System.Windows.Forms (2)
System\Windows\Forms\SendKeys\SendKeys.SendKeysHookProc.cs (2)
54s_events.Count > 0 && !s_stopHook, 73if (s_stopHook)