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