1 override of PredictFocus
PresentationFramework (1)
src\Framework\System\Windows\FrameworkContentElement.cs (1)
1031public sealed override DependencyObject PredictFocus(FocusNavigationDirection direction)
2 references to PredictFocus
PresentationCore (1)
Core\CSharp\MS\Internal\UIElementHelper.cs (1)
62return ce.PredictFocus(direction);
PresentationFramework (1)
src\Framework\System\Windows\Controls\ScrollViewer.cs (1)
997predictedFocus = currentFocusContentElement.PredictFocus(direction);