MS\Internal\Automation\HwndProxyElementProvider.cs (10)
1611Input.SendKeyboardInput(System.Windows.Input.Key.LeftAlt, true);
1612Input.SendKeyboardInput(System.Windows.Input.Key.LeftAlt, false);
2031Input.SendKeyboardInputVK( UnsafeNativeMethods.VK_SHIFT, false );
2033Input.SendKeyboardInputVK( UnsafeNativeMethods.VK_MENU, false );
2035Input.SendKeyboardInputVK( UnsafeNativeMethods.VK_CONTROL, false );
2037Input.SendKeyboardInputVK( vk, true );
2038Input.SendKeyboardInputVK( vk, false );
2042Input.SendKeyboardInputVK( UnsafeNativeMethods.VK_SHIFT, true );
2044Input.SendKeyboardInputVK( UnsafeNativeMethods.VK_MENU, true );
2046Input.SendKeyboardInputVK( UnsafeNativeMethods.VK_CONTROL, true );