14 references to SendKeyboardInput
UIAutomationClientSideProviders (14)
MS\Internal\AutomationProxies\Misc.cs (2)
101
Input.
SendKeyboardInput
(Key.LeftAlt, true);
102
Input.
SendKeyboardInput
(Key.LeftAlt, false);
MS\Internal\AutomationProxies\WindowsMenu.cs (8)
2318
Input.
SendKeyboardInput
(key, true);
2319
Input.
SendKeyboardInput
(key, false);
2408
Input.
SendKeyboardInput
(Key.Escape, true);
2409
Input.
SendKeyboardInput
(Key.Escape, false);
2416
Input.
SendKeyboardInput
(Key.Return, true);
2417
Input.
SendKeyboardInput
(Key.Return, false);
2426
Input.
SendKeyboardInput
(Key.LeftAlt, true);
2427
Input.
SendKeyboardInput
(Key.LeftAlt, false);
MS\Internal\AutomationProxies\WindowsTab.cs (4)
1102
Input.
SendKeyboardInput
(Key.LeftCtrl, true);
1104
Input.
SendKeyboardInput
(Key.LeftCtrl, false);
1138
Input.
SendKeyboardInput
(Key.LeftCtrl, true);
1140
Input.
SendKeyboardInput
(Key.LeftCtrl, false);