4 references to FindFocusable
PresentationFramework (4)
System\Windows\Controls\ItemsControl.cs (4)
2767return FindFocusable((int)ScrollHost.VerticalOffset, 1, out foundIndex, out firstElement);
2771return FindFocusable((int)(ScrollHost.VerticalOffset + Math.Max(ScrollHost.ViewportHeight - 1, 0)),
2781return FindFocusable((int)ScrollHost.HorizontalOffset, 1, out foundIndex, out firstElement);
2785return FindFocusable((int)(ScrollHost.HorizontalOffset + Math.Max(ScrollHost.ViewportWidth - 1, 0)),