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