4 references to FindEndFocusableLeafContainer
PresentationFramework (4)
System\Windows\Controls\ItemsControl.cs (4)
2406FrameworkElement hopefulFirstElement = FindEndFocusableLeafContainer(ItemsHost, false /*last*/); 2472FrameworkElement hopefulLastElement = FindEndFocusableLeafContainer(ItemsHost, true /*last*/); 2520result = FindEndFocusableLeafContainer(itemsControl.ItemsHost, last); 2528result = FindEndFocusableLeafContainer(groupItem.ItemsHost, last);