MS\Internal\Automation\HwndProxyElementProvider.cs (10)
1628Input.SendKeyboardInput(System.Windows.Input.Key.LeftAlt, true);
1629Input.SendKeyboardInput(System.Windows.Input.Key.LeftAlt, false);
2048Input.SendKeyboardInputVK( UnsafeNativeMethods.VK_SHIFT, false );
2050Input.SendKeyboardInputVK( UnsafeNativeMethods.VK_MENU, false );
2052Input.SendKeyboardInputVK( UnsafeNativeMethods.VK_CONTROL, false );
2054Input.SendKeyboardInputVK( vk, true );
2055Input.SendKeyboardInputVK( vk, false );
2059Input.SendKeyboardInputVK( UnsafeNativeMethods.VK_SHIFT, true );
2061Input.SendKeyboardInputVK( UnsafeNativeMethods.VK_MENU, true );
2063Input.SendKeyboardInputVK( UnsafeNativeMethods.VK_CONTROL, true );