9 references to SendMethodTypes
System.Windows.Forms (9)
System\Windows\Forms\SendKeys\SendKeys.cs (9)
92private static SendMethodTypes? s_sendMethod; 270s_sendMethod = SendMethodTypes.Default; 284s_sendMethod = SendMethodTypes.JournalHook; 288s_sendMethod = SendMethodTypes.SendInput; 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))