22 references to LeftAlt
PresentationCore (7)
Core\CSharp\System\Windows\Input\Command\KeyGesture.cs (1)
227
case Key.
LeftAlt
:
Core\CSharp\System\Windows\Input\KeyboardDevice.cs (1)
234
if(IsKeyDown_private(Key.
LeftAlt
) || IsKeyDown_private(Key.RightAlt))
Core\CSharp\System\Windows\Input\TextCompositionManager.cs (3)
623
if(keyArgs.RealKey == Key.
LeftAlt
|| keyArgs.RealKey == Key.RightAlt)
857
if(key == Key.
LeftAlt
|| key == Key.RightAlt)
884
if (!Keyboard.IsKeyDown(Key.
LeftAlt
) && !Keyboard.IsKeyDown(Key.RightAlt))
Core\CSharp\System\Windows\Input\TextServicesManager.cs (1)
282
if (Keyboard.IsKeyDown(Key.
LeftAlt
) ||
Core\CSharp\System\Windows\Input\Win32KeyboardDevice.cs (1)
84
case Key.
LeftAlt
:
PresentationFramework (5)
src\Framework\MS\Internal\Documents\DocumentGrid.cs (1)
1290
bool altKeyDown = Keyboard.IsKeyDown(Key.
LeftAlt
) || Keyboard.IsKeyDown(Key.RightAlt);
src\Framework\System\Windows\Controls\Menu.cs (1)
352
if (!(Keyboard.IsKeyDown(Key.
LeftAlt
) || Keyboard.IsKeyDown(Key.RightAlt)))
src\Framework\System\Windows\Controls\Primitives\MenuBase.cs (1)
473
if ((e.SystemKey == Key.
LeftAlt
) ||
src\Framework\System\Windows\Input\KeyboardNavigation.cs (2)
1316
case Key.
LeftAlt
:
3350
return (key == Key.
LeftAlt
|| key == Key.RightAlt || key == Key.F10);
UIAutomationClient (2)
MS\Internal\Automation\HwndProxyElementProvider.cs (2)
1622
Input.SendKeyboardInput(System.Windows.Input.Key.
LeftAlt
, true);
1623
Input.SendKeyboardInput(System.Windows.Input.Key.
LeftAlt
, false);
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\Misc.cs (2)
117
Input.SendKeyboardInput(Key.
LeftAlt
, true);
118
Input.SendKeyboardInput(Key.
LeftAlt
, false);
MS\Internal\AutomationProxies\WindowsMenu.cs (2)
2447
Input.SendKeyboardInput (Key.
LeftAlt
, true);
2448
Input.SendKeyboardInput (Key.
LeftAlt
, false);
WindowsBase (4)
Base\System\Windows\Input\KeyConverter.cs (2)
198
case "ALT": keyFound = Key.
LeftAlt
; break;
199
case "LEFTALT": keyFound = Key.
LeftAlt
; break;
Base\System\Windows\Input\KeyInterop.cs (2)
498
key = Key.
LeftAlt
;
1190
case Key.
LeftAlt
: