4 references to FindEndFocusableLeafContainer
PresentationFramework (4)
System\Windows\Controls\ItemsControl.cs (4)
2367FrameworkElement hopefulFirstElement = FindEndFocusableLeafContainer(ItemsHost, false /*last*/); 2433FrameworkElement hopefulLastElement = FindEndFocusableLeafContainer(ItemsHost, true /*last*/); 2481result = FindEndFocusableLeafContainer(itemsControl.ItemsHost, last); 2489result = FindEndFocusableLeafContainer(groupItem.ItemsHost, last);