2 references to Send
System.Windows.Forms (2)
System\Windows\Forms\SendKeys\SendKeys.cs (2)
900public static void Send(string keys) => Send(keys, null, false); 983Send(keys, control, true);