3 writes to s_hhook
System.Windows.Forms (3)
System\Windows\Forms\SendKeys\SendKeys.cs (3)
224s_hhook = PInvoke.SetWindowsHookEx( 305s_hhook = default; 1009s_hhook = default;
6 references to s_hhook
System.Windows.Forms (6)
System\Windows\Forms\SendKeys\SendKeys.cs (5)
221if (s_hhook.IsNull) 230if (s_hhook.IsNull) 300if (!s_hhook.IsNull) 1003if (!s_hhook.IsNull) 1008PInvoke.UnhookWindowsHookEx(s_hhook);
System\Windows\Forms\SendKeys\SendKeys.SendKeysHookProc.cs (1)
67PInvoke.CallNextHookEx(s_hhook, nCode, wparam, lparam);