9 references to SendMethodTypes
System.Windows.Forms (9)
System\Windows\Forms\SendKeys\SendKeys.cs (9)
92
private static
SendMethodTypes
? s_sendMethod;
270
s_sendMethod =
SendMethodTypes
.Default;
284
s_sendMethod =
SendMethodTypes
.JournalHook;
288
s_sendMethod =
SendMethodTypes
.SendInput;
936
if (s_sendMethod!.Value !=
SendMethodTypes
.SendInput)
938
if (!s_hookSupported.HasValue && s_sendMethod.Value ==
SendMethodTypes
.Default)
946
if (s_sendMethod.Value ==
SendMethodTypes
.JournalHook || s_hookSupported!.Value)
954
if (s_sendMethod.Value ==
SendMethodTypes
.SendInput ||
955
(s_sendMethod.Value ==
SendMethodTypes
.Default && !s_hookSupported!.Value))