14 references to SendKeyboardInput
UIAutomationClientsideProviders (14)
MS\Internal\AutomationProxies\Misc.cs (2)
117
Input.
SendKeyboardInput
(Key.LeftAlt, true);
118
Input.
SendKeyboardInput
(Key.LeftAlt, false);
MS\Internal\AutomationProxies\WindowsMenu.cs (8)
2339
Input.
SendKeyboardInput
(key, true);
2340
Input.
SendKeyboardInput
(key, false);
2429
Input.
SendKeyboardInput
(Key.Escape, true);
2430
Input.
SendKeyboardInput
(Key.Escape, false);
2437
Input.
SendKeyboardInput
(Key.Return, true);
2438
Input.
SendKeyboardInput
(Key.Return, false);
2447
Input.
SendKeyboardInput
(Key.LeftAlt, true);
2448
Input.
SendKeyboardInput
(Key.LeftAlt, false);
MS\Internal\AutomationProxies\WindowsTab.cs (4)
1108
Input.
SendKeyboardInput
(Key.LeftCtrl, true);
1110
Input.
SendKeyboardInput
(Key.LeftCtrl, false);
1144
Input.
SendKeyboardInput
(Key.LeftCtrl, true);
1146
Input.
SendKeyboardInput
(Key.LeftCtrl, false);