2 writes to hookSupported
System.Windows.Forms (2)
winforms\Managed\System\WinForms\SendKeys.cs (2)
250hookSupported = false; 260hookSupported = (hookHandle != IntPtr.Zero);
3 references to hookSupported
System.Windows.Forms (3)
winforms\Managed\System\WinForms\SendKeys.cs (3)
904if (!hookSupported.HasValue && 913hookSupported.Value) 922(sendMethod.Value == SendMethodTypes.Default && !hookSupported.Value))