8 references to SendKeyboardInputVK
UIAutomationClient (8)
MS\Internal\Automation\HwndProxyElementProvider.cs (8)
2048
Input.
SendKeyboardInputVK
( UnsafeNativeMethods.VK_SHIFT, false );
2050
Input.
SendKeyboardInputVK
( UnsafeNativeMethods.VK_MENU, false );
2052
Input.
SendKeyboardInputVK
( UnsafeNativeMethods.VK_CONTROL, false );
2054
Input.
SendKeyboardInputVK
( vk, true );
2055
Input.
SendKeyboardInputVK
( vk, false );
2059
Input.
SendKeyboardInputVK
( UnsafeNativeMethods.VK_SHIFT, true );
2061
Input.
SendKeyboardInputVK
( UnsafeNativeMethods.VK_MENU, true );
2063
Input.
SendKeyboardInputVK
( UnsafeNativeMethods.VK_CONTROL, true );