3 references to PredictFocusedElement
PresentationFramework (3)
System\Windows\Controls\ItemsControl.cs (2)
2017nextElement = KeyboardNavigation.Current.PredictFocusedElement(startingElement, 2146nextElement = KeyboardNavigation.Current.PredictFocusedElement(startingElement,
System\Windows\Input\KeyboardNavigation.cs (1)
1287return PredictFocusedElement(sourceElement, direction, /*treeViewNavigation*/ false);