4 references to IsIndexPathValid
Microsoft.Maui.Controls (4)
Handlers\Items\iOS\ItemsViewController.cs (3)
441
if (!ItemsSource.
IsIndexPathValid
(indexPath))
776
if (ItemsSource.
IsIndexPathValid
(indexPath))
834
!itemsSource.
IsIndexPathValid
(indexPath) ||
Handlers\Items2\iOS\ItemsViewController2.cs (1)
591
!Items.IndexPathHelpers.
IsIndexPathValid
(itemsSource, indexPath) ||