7 references to LWin
PresentationCore (1)
Core\CSharp\System\Windows\Input\Command\KeyGesture.cs (1)
229case Key.LWin:
UIAutomationClient (1)
MS\Internal\Automation\Input.cs (1)
132|| key == Key.LWin;
WindowsBase (5)
Base\System\Windows\Input\KeyConverter.cs (3)
181case "WINDOWS": keyFound = Key.LWin; break; 182case "WIN": keyFound = Key.LWin; break; 183case "LEFTWINDOWS": keyFound = Key.LWin; break;
Base\System\Windows\Input\KeyInterop.cs (2)
295key = Key.LWin; 990case Key.LWin: