16 references to RightAlt
PresentationCore (7)
Core\CSharp\System\Windows\Input\Command\KeyGesture.cs (1)
228
case Key.
RightAlt
:
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)
283
Keyboard.IsKeyDown(Key.
RightAlt
) ||
Core\CSharp\System\Windows\Input\Win32KeyboardDevice.cs (1)
85
case Key.
RightAlt
:
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)
474
(e.SystemKey == Key.
RightAlt
) ||
src\Framework\System\Windows\Input\KeyboardNavigation.cs (2)
1317
case Key.
RightAlt
:
3350
return (key == Key.LeftAlt || key == Key.
RightAlt
|| key == Key.F10);
UIAutomationClient (1)
MS\Internal\Automation\Input.cs (1)
117
return key == Key.
RightAlt
WindowsBase (3)
Base\System\Windows\Input\KeyConverter.cs (1)
200
case "RIGHTALT": keyFound = Key.
RightAlt
; break;
Base\System\Windows\Input\KeyInterop.cs (2)
502
key = Key.
RightAlt
;
1194
case Key.
RightAlt
: