MS\Internal\Automation\HwndProxyElementProvider.cs (10)
1610Input.SendKeyboardInput(System.Windows.Input.Key.LeftAlt, true);
1611Input.SendKeyboardInput(System.Windows.Input.Key.LeftAlt, false);
2030Input.SendKeyboardInputVK( UnsafeNativeMethods.VK_SHIFT, false );
2032Input.SendKeyboardInputVK( UnsafeNativeMethods.VK_MENU, false );
2034Input.SendKeyboardInputVK( UnsafeNativeMethods.VK_CONTROL, false );
2036Input.SendKeyboardInputVK( vk, true );
2037Input.SendKeyboardInputVK( vk, false );
2041Input.SendKeyboardInputVK( UnsafeNativeMethods.VK_SHIFT, true );
2043Input.SendKeyboardInputVK( UnsafeNativeMethods.VK_MENU, true );
2045Input.SendKeyboardInputVK( UnsafeNativeMethods.VK_CONTROL, true );