12 references to SendKeyboardInputVK
UIAutomationClientsideProviders (12)
MS\Internal\AutomationProxies\Misc.cs (8)
1567
Input.
SendKeyboardInputVK
(UnsafeNativeMethods.VK_SHIFT, false);
1570
Input.
SendKeyboardInputVK
(UnsafeNativeMethods.VK_MENU, false);
1573
Input.
SendKeyboardInputVK
(UnsafeNativeMethods.VK_CONTROL, false);
1575
Input.
SendKeyboardInputVK
(vk, true);
1576
Input.
SendKeyboardInputVK
(vk, false);
1580
Input.
SendKeyboardInputVK
(UnsafeNativeMethods.VK_SHIFT, true);
1583
Input.
SendKeyboardInputVK
(UnsafeNativeMethods.VK_MENU, true);
1586
Input.
SendKeyboardInputVK
(UnsafeNativeMethods.VK_CONTROL, true);
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (2)
520
Input.
SendKeyboardInputVK
(key, true);
535
Input.
SendKeyboardInputVK
(key, true);
MS\Internal\AutomationProxies\WindowsMenu.cs (2)
2062
Input.
SendKeyboardInputVK
(vk, true);
2063
Input.
SendKeyboardInputVK
(vk, false);