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