7 references to Apps
PresentationFramework (2)
src\Framework\System\Windows\Controls\ContextMenu.cs (1)
461if (!e.Handled && IsOpen && e.Key == Key.Apps)
src\Framework\System\Windows\Controls\PopupControlService.cs (1)
260if (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)
185case "APPS": keyFound = Key.Apps; break; 186case "APPLICATION": keyFound = Key.Apps; break;
Base\System\Windows\Input\KeyInterop.cs (2)
303key = Key.Apps; 998case Key.Apps: