4 references to INPUT_KEYBOARD
System.Windows.Forms (4)
winforms\Managed\System\WinForms\SendKeys.cs (4)
580
currentInput[0].type = NativeMethods.
INPUT_KEYBOARD
;
581
currentInput[1].type = NativeMethods.
INPUT_KEYBOARD
;
809
keyboardInput[0].type = NativeMethods.
INPUT_KEYBOARD
;
812
keyboardInput[1].type = NativeMethods.
INPUT_KEYBOARD
;