3 references to PredictFocusedElement
PresentationFramework (3)
src\Framework\MS\Internal\Documents\DocumentViewerHelper.cs (1)
367
DependencyObject predictedFocus = KeyboardNavigation.Current.
PredictFocusedElement
(focusedElement, direction);
src\Framework\System\Windows\FrameworkContentElement.cs (1)
1033
return KeyboardNavigation.Current.
PredictFocusedElement
(this, direction);
src\Framework\System\Windows\FrameworkElement.cs (1)
5332
return KeyboardNavigation.Current.
PredictFocusedElement
(this, direction);