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