13 references to keyboardInput
UIAutomationClient (13)
MS\Internal\Automation\Input.cs (13)
58
ki.union.
keyboardInput
.wVk = (short) KeyInterop.VirtualKeyFromKey( key );
59
ki.union.
keyboardInput
.wScan = (short) UnsafeNativeMethods.MapVirtualKey( ki.union.
keyboardInput
.wVk, 0 );
61
if( ki.union.
keyboardInput
.wScan > 0 )
65
ki.union.
keyboardInput
.dwFlags = dwFlags;
68
ki.union.
keyboardInput
.dwFlags |= UnsafeNativeMethods.KEYEVENTF_EXTENDEDKEY;
70
ki.union.
keyboardInput
.time = 0;
71
ki.union.
keyboardInput
.dwExtraInfo = new IntPtr( 0 );
84
ki.union.
keyboardInput
.wVk = vk;
85
ki.union.
keyboardInput
.wScan = 0;
86
ki.union.
keyboardInput
.dwFlags = press ? 0 : UnsafeNativeMethods.KEYEVENTF_KEYUP;
87
ki.union.
keyboardInput
.time = 0;
88
ki.union.
keyboardInput
.dwExtraInfo = new IntPtr( 0 );