3 writes to s_sendMethod
System.Windows.Forms (3)
System\Windows\Forms\SendKeys\SendKeys.cs (3)
270s_sendMethod = SendMethodTypes.Default; 284s_sendMethod = SendMethodTypes.JournalHook; 288s_sendMethod = SendMethodTypes.SendInput;
6 references to s_sendMethod
System.Windows.Forms (6)
System\Windows\Forms\SendKeys\SendKeys.cs (6)
268if (!s_sendMethod.HasValue) 936if (s_sendMethod!.Value != SendMethodTypes.SendInput) 938if (!s_hookSupported.HasValue && s_sendMethod.Value == SendMethodTypes.Default) 946if (s_sendMethod.Value == SendMethodTypes.JournalHook || s_hookSupported!.Value) 954if (s_sendMethod.Value == SendMethodTypes.SendInput || 955(s_sendMethod.Value == SendMethodTypes.Default && !s_hookSupported!.Value))