9 references to SendMethodTypes
System.Windows.Forms (9)
winforms\Managed\System\WinForms\SendKeys.cs (9)
125
private static
SendMethodTypes
? sendMethod = null;
280
sendMethod =
SendMethodTypes
.Default;
291
sendMethod =
SendMethodTypes
.JournalHook;
293
sendMethod =
SendMethodTypes
.SendInput;
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))