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