6 references to SendInput
System.Windows.Forms (6)
winforms\Managed\System\WinForms\SendKeys.cs (6)
633eventsSent += UnsafeNativeMethods.SendInput(2, currentInput, INPUTSize) - 1; 655eventsSent += UnsafeNativeMethods.SendInput(1, currentInput, INPUTSize); 820UnsafeNativeMethods.SendInput(2, keyboardInput, INPUTSize); 827UnsafeNativeMethods.SendInput(2, keyboardInput, INPUTSize); 834UnsafeNativeMethods.SendInput(2, keyboardInput, INPUTSize); 841UnsafeNativeMethods.SendInput(2, keyboardInput, INPUTSize);