15 references to keyboardInput
UIAutomationClientSideProviders (15)
MS\Internal\AutomationProxies\Input.cs (15)
130
ki.union.
keyboardInput
.wVk = (short) KeyInterop.VirtualKeyFromKey( key );
131
ki.union.
keyboardInput
.wScan = (short)SafeNativeMethods.MapVirtualKey(ki.union.
keyboardInput
.wVk, 0);
133
if( ki.union.
keyboardInput
.wScan > 0 )
137
ki.union.
keyboardInput
.dwFlags = dwFlags;
138
if (IsExtendedKey(ki.union.
keyboardInput
.wVk))
140
ki.union.
keyboardInput
.dwFlags |= NativeMethods.KEYEVENTF_EXTENDEDKEY;
142
ki.union.
keyboardInput
.time = 0;
143
ki.union.
keyboardInput
.dwExtraInfo = new IntPtr( 0 );
158
ki.union.
keyboardInput
.wVk = vk;
159
ki.union.
keyboardInput
.wScan = 0;
160
ki.union.
keyboardInput
.dwFlags = press ? 0 : NativeMethods.KEYEVENTF_KEYUP;
163
ki.union.
keyboardInput
.dwFlags |= NativeMethods.KEYEVENTF_EXTENDEDKEY;
165
ki.union.
keyboardInput
.time = 0;
166
ki.union.
keyboardInput
.dwExtraInfo = new IntPtr( 0 );