12 references to RightShift
PresentationCore (3)
Core\CSharp\System\Windows\Input\KeyboardDevice.cs (1)
242if(IsKeyDown_private(Key.LeftShift) || IsKeyDown_private(Key.RightShift))
Core\CSharp\System\Windows\Input\TextServicesManager.cs (1)
249case Key.RightShift:
Core\CSharp\System\Windows\Input\Win32KeyboardDevice.cs (1)
89case Key.RightShift:
PresentationFramework (5)
src\Framework\System\Windows\Controls\Calendar.cs (1)
845if (e.Key == Key.LeftShift || e.Key == Key.RightShift)
src\Framework\System\windows\Documents\TextEditorTyping.cs (4)
322if ((e.Key == Key.RightShift || e.Key == Key.LeftShift) && // 353case Key.RightShift: 1262Invariant.Assert(key == Key.RightShift); 1789case Key.RightShift:
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (1)
673if ((Keyboard.IsKeyDown(Key.RightShift)) || (Keyboard.IsKeyDown(Key.LeftShift)) ||
WindowsBase (3)
Base\System\Windows\Input\KeyConverter.cs (1)
193case "RIGHTSHIFT": keyFound = Key.RightShift; break;
Base\System\Windows\Input\KeyInterop.cs (2)
484key = Key.RightShift; 1178case Key.RightShift: