7 references to Apps
PresentationFramework (2)
src\Framework\System\Windows\Controls\ContextMenu.cs (1)
461
if (!e.Handled && IsOpen && e.Key == Key.
Apps
)
src\Framework\System\Windows\Controls\PopupControlService.cs (1)
260
if (e.Key == Key.
Apps
)
UIAutomationClient (1)
MS\Internal\Automation\Input.cs (1)
130
|| key == Key.
Apps
WindowsBase (4)
Base\System\Windows\Input\KeyConverter.cs (2)
185
case "APPS": keyFound = Key.
Apps
; break;
186
case "APPLICATION": keyFound = Key.
Apps
; break;
Base\System\Windows\Input\KeyInterop.cs (2)
303
key = Key.
Apps
;
998
case Key.
Apps
: