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