3 references to GetPaths
Microsoft.Maui.Controls (3)
Compatibility\Handlers\ListView\iOS\ListViewRenderer.cs (3)
620
Control.InsertRows(
GetPaths
(section, newStartingIndex, newItemsCount), InsertRowsAnimation);
635
Control.DeleteRows(
GetPaths
(section, oldStartingIndex, oldItemsCount), DeleteRowsAnimation);
677
Control.ReloadRows(
GetPaths
(section, oldStartingIndex, oldItemsCount), ReloadRowsAnimation);