6 references to INPUT
System.Windows.Forms (6)
winforms\Managed\System\WinForms\SendKeys.cs (5)
577
NativeMethods.
INPUT
[] currentInput = new NativeMethods.
INPUT
[2];
594
int INPUTSize = Marshal.SizeOf(typeof(NativeMethods.
INPUT
));
807
NativeMethods.
INPUT
[] keyboardInput = new NativeMethods.
INPUT
[2];
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
619
public static extern uint SendInput(uint nInputs, NativeMethods.
INPUT
[] pInputs, int cbSize);