4 references to FindNextView
Microsoft.Maui (4)
Platform\iOS\ViewExtensions.cs (4)
836
nextView = view.
FindNextView
(siblings.IndexOf(view) + 1, isValidType);
842
nextView ??= containerView.Subviews?[0]?.
FindNextView
(0, isValidType);
861
var childVal = sibling.Subviews[0].
FindNextView
(0, isValidType);
879
return index == -1 ? null : table.
FindNextView
(index + 1, isValidType);