4 references to FindFocusable
PresentationFramework (4)
src\Framework\System\Windows\Controls\ItemsControl.cs (4)
2810return FindFocusable((int)ScrollHost.VerticalOffset, 1, out foundIndex, out firstElement); 2814return FindFocusable((int)(ScrollHost.VerticalOffset + Math.Max(ScrollHost.ViewportHeight - 1, 0)), 2824return FindFocusable((int)ScrollHost.HorizontalOffset, 1, out foundIndex, out firstElement); 2828return FindFocusable((int)(ScrollHost.HorizontalOffset + Math.Max(ScrollHost.ViewportWidth - 1, 0)),