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