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