4 references to FindEndFocusableLeafContainer
PresentationFramework (4)
src\Framework\System\Windows\Controls\ItemsControl.cs (4)
2409FrameworkElement hopefulFirstElement = FindEndFocusableLeafContainer(ItemsHost, false /*last*/); 2475FrameworkElement hopefulLastElement = FindEndFocusableLeafContainer(ItemsHost, true /*last*/); 2523result = FindEndFocusableLeafContainer(itemsControl.ItemsHost, last); 2531result = FindEndFocusableLeafContainer(groupItem.ItemsHost, last);