7 references to INPUT_KEYBOARD
System.Windows.Forms (4)
System\Windows\Forms\SendKeys\SendKeys.cs (4)
639
currentInput[0].type = INPUT_TYPE.
INPUT_KEYBOARD
;
640
currentInput[1].type = INPUT_TYPE.
INPUT_KEYBOARD
;
861
keyboardInput[0].type = INPUT_TYPE.
INPUT_KEYBOARD
;
864
keyboardInput[1].type = INPUT_TYPE.
INPUT_KEYBOARD
;
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Automation\UiaTextProvider.cs (1)
133
keyboardInput.type = INPUT_TYPE.
INPUT_KEYBOARD
;
System.Windows.Forms.UI.IntegrationTests (2)
Input\InputBuilder.cs (2)
14
type = INPUT_TYPE.
INPUT_KEYBOARD
,
41
type = INPUT_TYPE.
INPUT_KEYBOARD
,