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