4 references to KeyToTraversalDirection
PresentationFramework (4)
src\Framework\MS\Internal\Documents\DocumentViewerHelper.cs (1)
366
FocusNavigationDirection direction = KeyboardNavigation.
KeyToTraversalDirection
(e.Key);
src\Framework\System\Windows\Controls\ListBox.cs (1)
375
if (!NavigateByLine(KeyboardNavigation.
KeyToTraversalDirection
(key),
src\Framework\System\Windows\Controls\MenuItem.cs (1)
2438
parent.NavigateByLine(parent.FocusedInfo, KeyboardNavigation.
KeyToTraversalDirection
(key), new ItemNavigateArgs(Keyboard.PrimaryDevice, modifiers));
src\Framework\System\Windows\Controls\ScrollViewer.cs (1)
979
FocusNavigationDirection direction = KeyboardNavigation.
KeyToTraversalDirection
(e.Key);