5 references to RWin
PresentationCore (1)
Core\CSharp\System\Windows\Input\Command\KeyGesture.cs (1)
230case Key.RWin:
UIAutomationClient (1)
MS\Internal\Automation\Input.cs (1)
131|| key == Key.RWin
WindowsBase (3)
Base\System\Windows\Input\KeyConverter.cs (1)
184case "RIGHTWINDOWS": keyFound = Key.RWin; break;
Base\System\Windows\Input\KeyInterop.cs (2)
299key = Key.RWin; 994case Key.RWin: