MS\Internal\Automation\HwndProxyElementProvider.cs (10)
1622Input.SendKeyboardInput(System.Windows.Input.Key.LeftAlt, true);
1623Input.SendKeyboardInput(System.Windows.Input.Key.LeftAlt, false);
2042Input.SendKeyboardInputVK( UnsafeNativeMethods.VK_SHIFT, false );
2044Input.SendKeyboardInputVK( UnsafeNativeMethods.VK_MENU, false );
2046Input.SendKeyboardInputVK( UnsafeNativeMethods.VK_CONTROL, false );
2048Input.SendKeyboardInputVK( vk, true );
2049Input.SendKeyboardInputVK( vk, false );
2053Input.SendKeyboardInputVK( UnsafeNativeMethods.VK_SHIFT, true );
2055Input.SendKeyboardInputVK( UnsafeNativeMethods.VK_MENU, true );
2057Input.SendKeyboardInputVK( UnsafeNativeMethods.VK_CONTROL, true );