13 references to keyboardInput
UIAutomationClient (13)
MS\Internal\Automation\input.cs (13)
49
ki.union.
keyboardInput
.wVk = (short) KeyInterop.VirtualKeyFromKey( key );
50
ki.union.
keyboardInput
.wScan = (short) UnsafeNativeMethods.MapVirtualKey( ki.union.
keyboardInput
.wVk, 0 );
52
if( ki.union.
keyboardInput
.wScan > 0 )
56
ki.union.
keyboardInput
.dwFlags = dwFlags;
59
ki.union.
keyboardInput
.dwFlags |= UnsafeNativeMethods.KEYEVENTF_EXTENDEDKEY;
61
ki.union.
keyboardInput
.time = 0;
62
ki.union.
keyboardInput
.dwExtraInfo = new IntPtr( 0 );
77
ki.union.
keyboardInput
.wVk = vk;
78
ki.union.
keyboardInput
.wScan = 0;
79
ki.union.
keyboardInput
.dwFlags = press ? 0 : UnsafeNativeMethods.KEYEVENTF_KEYUP;
80
ki.union.
keyboardInput
.time = 0;
81
ki.union.
keyboardInput
.dwExtraInfo = new IntPtr( 0 );