3 writes to sendMethod
System.Windows.Forms (3)
winforms\Managed\System\WinForms\SendKeys.cs (3)
280sendMethod = SendMethodTypes.Default; 291sendMethod = SendMethodTypes.JournalHook; 293sendMethod = SendMethodTypes.SendInput;
6 references to sendMethod
System.Windows.Forms (6)
winforms\Managed\System\WinForms\SendKeys.cs (6)
278if (!sendMethod.HasValue) 902if (sendMethod.Value != SendMethodTypes.SendInput) 905sendMethod.Value == SendMethodTypes.Default) 912if (sendMethod.Value == SendMethodTypes.JournalHook || 921if (sendMethod.Value == SendMethodTypes.SendInput || 922(sendMethod.Value == SendMethodTypes.Default && !hookSupported.Value))