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