12 references to SendKeyboardInputVK
UIAutomationClientSideProviders (12)
MS\Internal\AutomationProxies\Misc.cs (8)
1542
Input.
SendKeyboardInputVK
(UnsafeNativeMethods.VK_SHIFT, false);
1545
Input.
SendKeyboardInputVK
(UnsafeNativeMethods.VK_MENU, false);
1548
Input.
SendKeyboardInputVK
(UnsafeNativeMethods.VK_CONTROL, false);
1550
Input.
SendKeyboardInputVK
(vk, true);
1551
Input.
SendKeyboardInputVK
(vk, false);
1555
Input.
SendKeyboardInputVK
(UnsafeNativeMethods.VK_SHIFT, true);
1558
Input.
SendKeyboardInputVK
(UnsafeNativeMethods.VK_MENU, true);
1561
Input.
SendKeyboardInputVK
(UnsafeNativeMethods.VK_CONTROL, true);
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (2)
495
Input.
SendKeyboardInputVK
(key, true);
510
Input.
SendKeyboardInputVK
(key, true);
MS\Internal\AutomationProxies\WindowsMenu.cs (2)
2042
Input.
SendKeyboardInputVK
(vk, true);
2043
Input.
SendKeyboardInputVK
(vk, false);