14 references to SendKeyboardInput
UIAutomationClientSideProviders (14)
MS\Internal\AutomationProxies\Misc.cs (2)
102
Input.
SendKeyboardInput
(Key.LeftAlt, true);
103
Input.
SendKeyboardInput
(Key.LeftAlt, false);
MS\Internal\AutomationProxies\WindowsMenu.cs (8)
2319
Input.
SendKeyboardInput
(key, true);
2320
Input.
SendKeyboardInput
(key, false);
2409
Input.
SendKeyboardInput
(Key.Escape, true);
2410
Input.
SendKeyboardInput
(Key.Escape, false);
2417
Input.
SendKeyboardInput
(Key.Return, true);
2418
Input.
SendKeyboardInput
(Key.Return, false);
2427
Input.
SendKeyboardInput
(Key.LeftAlt, true);
2428
Input.
SendKeyboardInput
(Key.LeftAlt, false);
MS\Internal\AutomationProxies\WindowsTab.cs (4)
1110
Input.
SendKeyboardInput
(Key.LeftCtrl, true);
1112
Input.
SendKeyboardInput
(Key.LeftCtrl, false);
1146
Input.
SendKeyboardInput
(Key.LeftCtrl, true);
1148
Input.
SendKeyboardInput
(Key.LeftCtrl, false);