8 references to SendKeyboardInputVK
UIAutomationClient (8)
MS\Internal\Automation\HwndProxyElementProvider.cs (8)
2031
Input.
SendKeyboardInputVK
( UnsafeNativeMethods.VK_SHIFT, false );
2033
Input.
SendKeyboardInputVK
( UnsafeNativeMethods.VK_MENU, false );
2035
Input.
SendKeyboardInputVK
( UnsafeNativeMethods.VK_CONTROL, false );
2037
Input.
SendKeyboardInputVK
( vk, true );
2038
Input.
SendKeyboardInputVK
( vk, false );
2042
Input.
SendKeyboardInputVK
( UnsafeNativeMethods.VK_SHIFT, true );
2044
Input.
SendKeyboardInputVK
( UnsafeNativeMethods.VK_MENU, true );
2046
Input.
SendKeyboardInputVK
( UnsafeNativeMethods.VK_CONTROL, true );