7 references to INPUT_TYPE
System.Windows.Forms (5)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarButtonAccessibleObject.cs (1)
127
mouseInput.type =
INPUT_TYPE
.INPUT_MOUSE;
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 (2)
_generated\194\Windows.Win32.INPUT.g.cs (1)
28
internal winmdroot.UI.Input.KeyboardAndMouse.
INPUT_TYPE
type;
System\Windows\Forms\Automation\UiaTextProvider.cs (1)
133
keyboardInput.type =
INPUT_TYPE
.INPUT_KEYBOARD;