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