12 references to SendKeyboardInputVK
UIAutomationClientSideProviders (12)
MS\Internal\AutomationProxies\Misc.cs (8)
1541
Input.
SendKeyboardInputVK
(UnsafeNativeMethods.VK_SHIFT, false);
1544
Input.
SendKeyboardInputVK
(UnsafeNativeMethods.VK_MENU, false);
1547
Input.
SendKeyboardInputVK
(UnsafeNativeMethods.VK_CONTROL, false);
1549
Input.
SendKeyboardInputVK
(vk, true);
1550
Input.
SendKeyboardInputVK
(vk, false);
1554
Input.
SendKeyboardInputVK
(UnsafeNativeMethods.VK_SHIFT, true);
1557
Input.
SendKeyboardInputVK
(UnsafeNativeMethods.VK_MENU, true);
1560
Input.
SendKeyboardInputVK
(UnsafeNativeMethods.VK_CONTROL, true);
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (2)
494
Input.
SendKeyboardInputVK
(key, true);
509
Input.
SendKeyboardInputVK
(key, true);
MS\Internal\AutomationProxies\WindowsMenu.cs (2)
2041
Input.
SendKeyboardInputVK
(vk, true);
2042
Input.
SendKeyboardInputVK
(vk, false);