5 references to KeyAlt
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\Misc.cs (1)
48return SR.KeyAlt + "+" + s[iPosShortCut + 1];
MS\Internal\AutomationProxies\WindowsListViewItemStartMenu.cs (1)
93return SR.KeyAlt + "+" + key;
MS\Internal\AutomationProxies\WindowsMenu.cs (3)
1323string keyAlt = SR.KeyAlt; 1531return SR.KeyAlt + " + " + SR.KeySpace; 2747string keyAlt = SR.KeyAlt;