2 writes to s_hookSupported
System.Windows.Forms (2)
System\Windows\Forms\SendKeys\SendKeys.cs (2)
239
s_hookSupported
= false;
248
s_hookSupported
= !hookHandle.IsNull;
3 references to s_hookSupported
System.Windows.Forms (3)
System\Windows\Forms\SendKeys\SendKeys.cs (3)
938
if (!
s_hookSupported
.HasValue && s_sendMethod.Value == SendMethodTypes.Default)
946
if (s_sendMethod.Value == SendMethodTypes.JournalHook ||
s_hookSupported
!.Value)
955
(s_sendMethod.Value == SendMethodTypes.Default && !
s_hookSupported
!.Value))