MS\Internal\Automation\HwndProxyElementProvider.cs (10)
1627Input.SendKeyboardInput(System.Windows.Input.Key.LeftAlt, true);
1628Input.SendKeyboardInput(System.Windows.Input.Key.LeftAlt, false);
2047Input.SendKeyboardInputVK( UnsafeNativeMethods.VK_SHIFT, false );
2049Input.SendKeyboardInputVK( UnsafeNativeMethods.VK_MENU, false );
2051Input.SendKeyboardInputVK( UnsafeNativeMethods.VK_CONTROL, false );
2053Input.SendKeyboardInputVK( vk, true );
2054Input.SendKeyboardInputVK( vk, false );
2058Input.SendKeyboardInputVK( UnsafeNativeMethods.VK_SHIFT, true );
2060Input.SendKeyboardInputVK( UnsafeNativeMethods.VK_MENU, true );
2062Input.SendKeyboardInputVK( UnsafeNativeMethods.VK_CONTROL, true );