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