4 references to FindEndFocusableLeafContainer
PresentationFramework (4)
System\Windows\Controls\ItemsControl.cs (4)
2397FrameworkElement hopefulFirstElement = FindEndFocusableLeafContainer(ItemsHost, false /*last*/); 2463FrameworkElement hopefulLastElement = FindEndFocusableLeafContainer(ItemsHost, true /*last*/); 2511result = FindEndFocusableLeafContainer(itemsControl.ItemsHost, last); 2519result = FindEndFocusableLeafContainer(groupItem.ItemsHost, last);