5 references to INPUT_KEYBOARD
System.Windows.Forms (4)
System\Windows\Forms\SendKeys\SendKeys.cs (4)
639currentInput[0].type = INPUT_TYPE.INPUT_KEYBOARD; 640currentInput[1].type = INPUT_TYPE.INPUT_KEYBOARD; 861keyboardInput[0].type = INPUT_TYPE.INPUT_KEYBOARD; 864keyboardInput[1].type = INPUT_TYPE.INPUT_KEYBOARD;
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Automation\UiaTextProvider.cs (1)
133keyboardInput.type = INPUT_TYPE.INPUT_KEYBOARD;