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