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