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