3 references to IsFocusableInternal
PresentationFramework (3)
System\Windows\Controls\ItemsControl.cs (1)
2535else if (KeyboardNavigation.IsFocusableInternal(fe))
System\Windows\Input\KeyboardNavigation.cs (2)
1952return (element is TreeViewItem) && IsFocusableInternal(element); 1964return (element is TreeViewItem) && IsFocusableInternal(element);