8 references to SendKeyboardInputVK
UIAutomationClient (8)
MS\Internal\Automation\HwndProxyElementProvider.cs (8)
2042
Input.
SendKeyboardInputVK
( UnsafeNativeMethods.VK_SHIFT, false );
2044
Input.
SendKeyboardInputVK
( UnsafeNativeMethods.VK_MENU, false );
2046
Input.
SendKeyboardInputVK
( UnsafeNativeMethods.VK_CONTROL, false );
2048
Input.
SendKeyboardInputVK
( vk, true );
2049
Input.
SendKeyboardInputVK
( vk, false );
2053
Input.
SendKeyboardInputVK
( UnsafeNativeMethods.VK_SHIFT, true );
2055
Input.
SendKeyboardInputVK
( UnsafeNativeMethods.VK_MENU, true );
2057
Input.
SendKeyboardInputVK
( UnsafeNativeMethods.VK_CONTROL, true );