8 references to SendKeyboardInputVK
UIAutomationClient (8)
MS\Internal\Automation\HwndProxyElementProvider.cs (8)
2030
Input.
SendKeyboardInputVK
( UnsafeNativeMethods.VK_SHIFT, false );
2032
Input.
SendKeyboardInputVK
( UnsafeNativeMethods.VK_MENU, false );
2034
Input.
SendKeyboardInputVK
( UnsafeNativeMethods.VK_CONTROL, false );
2036
Input.
SendKeyboardInputVK
( vk, true );
2037
Input.
SendKeyboardInputVK
( vk, false );
2041
Input.
SendKeyboardInputVK
( UnsafeNativeMethods.VK_SHIFT, true );
2043
Input.
SendKeyboardInputVK
( UnsafeNativeMethods.VK_MENU, true );
2045
Input.
SendKeyboardInputVK
( UnsafeNativeMethods.VK_CONTROL, true );