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