3 references to GetPaths
Microsoft.Maui.Controls (3)
Compatibility\Handlers\Shell\iOS\ShellSearchResultsRenderer.cs (3)
193 TableView.InsertRows(GetPaths(section, e.NewStartingIndex, e.NewItems.Count), InsertRowsAnimation); 202 TableView.DeleteRows(GetPaths(section, e.OldStartingIndex, e.OldItems.Count), DeleteRowsAnimation); 231 TableView.ReloadRows(GetPaths(section, e.OldStartingIndex, e.OldItems.Count), ReloadRowsAnimation);